VSCode-Perplexity-MCP
by Automations-Project·★ 50·Score 45
Perplexity AI search and reasoning integrated as MCP tools for VS Code and 15+ other IDEs through a browser automation approach.
Overview
This project provides an MCP server that automates a Chromium browser to interact with Perplexity's web interface, allowing AI-powered search, reasoning, research, and compute capabilities within IDEs. It delivers both a VS Code extension with embedded MCP daemon and a standalone npm package for other MCP clients. The solution uses your existing Perplexity account (Free/Pro/Max) rather than requiring API keys, with support for multiple browser options and encrypted profile storage.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this if you want to integrate Perplexity's AI capabilities directly into your development workflow without needing API keys or leaving your IDE.
When NOT to choose this
Don't choose this if you need programmatic access to AI functions beyond what's available in Perplexity's interface, or if you're concerned about browser automation overhead.
Tools this server exposes
3 tools extracted from the READMEperplexity_searchSearch the web with Perplexity AI
perplexity_askAsk questions with Perplexity AI in copilot mode
perplexity_researchResearch topics with scholarly and social sources
Comparable tools
Installation
Installation
VS Code Extension
- Install from the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=Nskha.perplexity-vscode)
- Run
Perplexity: Loginin the command palette - Enable auto-config for other IDEs if desired
Standalone MCP Server
npm install -g perplexity-user-mcp
npx perplexity-user-mcpClaude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"perplexity": {
"command": "npx",
"args": ["perplexity-user-mcp"]
}
}
}FAQ
- Does this require a Perplexity Pro subscription?
- No, it works with Free, Pro, or Max Perplexity accounts. It uses your existing logged-in session rather than API keys.
- Which browsers are supported?
- Google Chrome (recommended), Microsoft Edge, System Chromium, Brave, and Patchright's bundled Chromium as fallback.
Compare VSCode-Perplexity-MCP with
Last updated · Auto-generated from public README + GitHub signals.