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
OpenClaw Mock API for Building Tools/Integrations Against the Gateway
An open source mock of the OpenClaw gateway WebSocket API using Imposter. Supports chat.send/history, session create/list, agent list, model list. Extend with YAML and JSON.

PromoClock: Timezone Tracker for Claude's 2x Off-Peak Hours Built with Claude 4.6
A developer built PromoClock.co, a free tool that automatically converts Claude's "5-11am PT / 12-6pm GMT" 2x off-peak promo hours to local time, using Claude 4.6 to handle timezone logic, Next.js 15 setup, and UI design.

OpenClaw's QMD Memory Search Fast Path Had Silent Bugs
OpenClaw's built-in memory search uses basic keyword matching, but users can switch to QMD for semantic search across workspace markdown files. A fast path through MCPorter was broken with three bugs causing every call to silently fail and fall back to slower CLI execution.

Tangent: Chrome Extension for Branching Claude Conversations
A free, open-source extension that lets you open side threads on Claude without losing your place.