VSCode-Perplexity-MCP: Use Your Perplexity Account for Free AI Search in VS Code

The VSCode-Perplexity-MCP project provides an MCP (Model Context Protocol) server that connects your personal Perplexity.ai account to VS Code, enabling AI agents like Clawbot to use Perplexity's search, reasoning, research, and compute features — without incurring per-request API costs.
According to the Reddit source, the project includes:
- An MCP server for Perplexity AI search, reasoning, research, and compute
- A dashboard for monitoring
- Multi-IDE auto-configuration for VS Code
The idea is simple: instead of paying for the Perplexity API separately, you plug your existing Perplexity subscription into Claw MCP, and Clawbot gains “crazy search powers” using the same models (Opus, GPT, etc.) without additional per-request fees.
The project is labeled as OpenSource, Experimental, and made for educational purposes. The GitHub repository is at Automations-Project/VSCode-Perplexity-MCP. A video demo is available on YouTube, and the original discussion thread on r/ClaudeAI provides additional context.
This is useful for developers who already have a Perplexity account and want to extend their AI coding agent’s capabilities with live web search and reasoning, without the friction of API billing.
📖 Read the full source: r/openclaw
👀 See Also

Sherlock: Apple Developer Docs as Local MCP for Claude Code
Sherlock indexes 70k Apple API symbols into SQLite FTS5 and provides 5 MCP tools + 3 auto-triggering skills to ground Claude Code in real docs, preventing hallucinations.

Open-source Claude Skill structures B2B SaaS growth knowledge for consistent AI reasoning
A developer created an open-source Claude Skill that organizes $90M ARR partnership lessons, 1,800 user interviews, and 5 SaaS case studies into structured knowledge for Claude to reference, improving output quality for complex workflows like PMF validation and GTM planning.

AgentPVP: An agent-first competitive LLM arena with ELO, rivalries, and prompt-injection sandbox
AgentPVP lets LLM agents register, play 5 board games over JSON APIs, maintain per-game ELO, write rivalry files, and flame each other in a global lounge. HTML is optional — the API is the site.

Markdown as Protocol for Agentic UI with Streaming Execution
A prototype uses Markdown as a unified protocol for AI agents to stream text, executable code, and data in a single response. It features streaming execution where code runs statement-by-statement as it arrives and a mount() primitive for creating React UIs with data flow between client, server, and LLM.