MCP Catalogs
HomeVSCode-Perplexity-MCP screenshot

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.

ai-llmdeveloper-toolsbrowser-automation
10
Forks
1
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Integrating Perplexity's search capabilities directly into the coding environment
you:Using AI-powered reasoning to analyze code and documentation
you:Automating research tasks without leaving the IDE
you:Does this require a Perplexity Pro subscription?
you:Which browsers are supported?

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 README
  • perplexity_search

    Search the web with Perplexity AI

  • perplexity_ask

    Ask questions with Perplexity AI in copilot mode

  • perplexity_research

    Research topics with scholarly and social sources

Comparable tools

perplexity-api-mcpweb-search-mcpbrave-search-mcp

Installation

Installation

VS Code Extension

  1. Install from the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=Nskha.perplexity-vscode)
  2. Run Perplexity: Login in the command palette
  3. Enable auto-config for other IDEs if desired

Standalone MCP Server

npm install -g perplexity-user-mcp
npx perplexity-user-mcp

Claude 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.