Perplexity User

v1.0.0Search & Data Extractionstable

Perplexity AI search, reasoning, research, and compute - MCP server, dashboard, and multi-IDE auto-config for VS Code.

aibrowser-automationclaudecodexcursor
Share:
51
Stars
0
Downloads
0
Weekly
0/5

What is Perplexity User?

Perplexity User is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to perplexity ai search, reasoning, research, and compute - mcp server, dashboard, and multi-ide auto-config for vs code.

Perplexity AI search, reasoning, research, and compute - MCP server, dashboard, and multi-IDE auto-config for VS Code.

This server falls under the Search & Data Extraction category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Perplexity AI search, reasoning, research, and compute - MCP

Use Cases

Perplexity AI search and reasoning
Multi-IDE integration and auto-config
LicenseMIT License
Languagetypescript
Versionv1.0.0
UpdatedMay 19, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx perplexity-user

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Perplexity User

The Perplexity User MCP server gives AI assistants like Claude direct access to Perplexity AI's search, reasoning, research, and compute capabilities through browser automation — no Perplexity API key required. It exposes distinct tools for quick web searches, deep multi-source research reports, multi-step analytical reasoning, and compute/ASI-mode calculations, each backed by configurable Perplexity model tiers. By running through your browser session, it can access Perplexity's full feature set including scholar, social, and web source filters, making it ideal for anyone who wants AI-assisted research with up-to-date citations built directly into their coding or chat workflow.

Prerequisites

  • Node.js 18+ installed on your machine
  • A Perplexity account (free or paid) — the server uses your browser session, not an API key
  • Chrome, Edge, or Chromium browser installed (used for browser automation via Patchright)
  • Claude Desktop, VS Code with MCP support, Cursor, or another compatible MCP client
  • npm or npx available in your terminal
1

Install the package globally

Install the perplexity-user-mcp package from npm so the server binary is available on your PATH.

npm install -g perplexity-user-mcp
2

Log in to Perplexity via the setup command

The server uses browser automation to access Perplexity on your behalf. Run the built-in login command to authenticate and cache your session credentials.

npx perplexity-user-mcp setup-vault
3

Configure your browser path (if needed)

If the server cannot auto-detect your browser, set the PERPLEXITY_BROWSER_CHANNEL or PERPLEXITY_BROWSER_PATH environment variable to point to your browser installation.

# Use system Chrome
export PERPLEXITY_BROWSER_CHANNEL=chrome

# Or provide an explicit path
export PERPLEXITY_BROWSER_PATH="/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"
4

Add the server to Claude Desktop

Edit your claude_desktop_config.json to register the Perplexity MCP server. Adjust the env section to override default models or browser settings as needed.

{
  "mcpServers": {
    "perplexity-user": {
      "command": "npx",
      "args": ["perplexity-user-mcp"],
      "env": {
        "PERPLEXITY_BROWSER_CHANNEL": "chrome",
        "PERPLEXITY_HEADLESS_ONLY": "1"
      }
    }
  }
}
5

Restart Claude Desktop

Fully quit and relaunch Claude Desktop to load the new server. The Perplexity tools (perplexity_search, perplexity_ask, perplexity_reason, perplexity_research, perplexity_compute) should now appear in the tools panel.

6

Try your first search

Open a conversation in Claude and ask it to search for something using Perplexity to verify the integration is working.

Perplexity User Examples

Client configuration

Complete claude_desktop_config.json block for the Perplexity User MCP server with Chrome automation.

{
  "mcpServers": {
    "perplexity-user": {
      "command": "npx",
      "args": ["perplexity-user-mcp"],
      "env": {
        "PERPLEXITY_BROWSER_CHANNEL": "chrome",
        "PERPLEXITY_HEADLESS_ONLY": "1",
        "PERPLEXITY_SEARCH_MODEL": "sonar",
        "PERPLEXITY_RESEARCH_MODEL": "sonar-deep-research"
      }
    }
  }
}

Prompts to try

Example prompts that exercise different Perplexity tools — search, research, reasoning, and compute.

- "Use Perplexity to search for the latest news on MCP server adoption."
- "Run deep research using both scholar and web sources on the long-term effects of sleep deprivation, and cite every claim."
- "Use Perplexity scholar sources to find recent papers on agentic search evaluation — summarise the top 5."
- "Reason through the trade-offs between PostgreSQL and SQLite for a mobile-first app with 10k daily active users."
- "Compute the true cost of a 5 kW residential solar installation versus investing the same cash at 6% annually over 20 years."

Troubleshooting Perplexity User

Browser not found or automation fails to start

Set PERPLEXITY_BROWSER_CHANNEL to 'chrome', 'msedge', or 'chromium' matching your installed browser. If the auto-detected path is wrong, set PERPLEXITY_BROWSER_PATH to the full absolute path of the browser executable.

Cloudflare challenge blocks the browser session

Run the initial setup in headed (non-headless) mode by removing or setting PERPLEXITY_HEADLESS_ONLY to '0'. Complete any CAPTCHA or Cloudflare challenge manually once; the server caches the clearance for future headless runs.

Tools appear in Claude but return empty results

Your Perplexity session may have expired. Re-run 'npx perplexity-user-mcp setup-vault' to refresh the cached credentials, then restart Claude Desktop.

Frequently Asked Questions about Perplexity User

What is Perplexity User?

Perplexity User is a Model Context Protocol (MCP) server that perplexity ai search, reasoning, research, and compute - mcp server, dashboard, and multi-ide auto-config for vs code. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Perplexity User?

Follow the installation instructions on the Perplexity User GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Perplexity User?

Perplexity User works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Perplexity User free to use?

Yes, Perplexity User is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Search & Data Extraction MCP Servers

Explore all search & data extraction servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "perplexity-user": { "command": "npx", "args": ["-y", "perplexity-user"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Perplexity User?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides