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

Symphony workflow automation tool works with Claude Code
A developer got the Symphony spec working with Claude Code to automate ticket-to-PR workflows, using Node/TypeScript initially but noting Elixir might be better. The tool requires separate API key setup and billing beyond Claude subscriptions.

TasteBud Memory: Reversible Agent Memory via Hyperdimensional Computing
A 600-line Node.js tool uses hyperdimensional computing to build a reversible memory layer for AI agents, supporting lossless decode, drift detection, and unknown-project alerts.

Developer builds local AI research agent that creates podcasts from topics or YouTube links
A developer built a fully local AI agent that takes topics or YouTube links and generates deep-dive reports, conversational podcast scripts, and audio. The system dynamically researches, extracts insights, refines summaries, and creates natural back-and-forth conversations.

Open-Source MCP Server Turns Claude into an Autonomous Literary Agent for Querying Publishers
The Agentic Publishing Node is an MCP server that lets Claude automatically cross-reference manuscripts against literary agent wishlists, generate query letters, format to Shunn standard, and log pitches — all from local markdown files.