Perplexity Pro
FreeNot checkedMCP server for Perplexity AI Pro that enables deep web search, thread management, and export of answers using an existing Perplexity Pro subscription and browse
About
MCP server for Perplexity AI Pro that enables deep web search, thread management, and export of answers using an existing Perplexity Pro subscription and browser session cookie.
README
MCP server for Perplexity AI Pro — deep web search, thread management, and export. Uses your browser session cookie, so it works with your existing Perplexity Pro subscription (no API key needed).
⚠️ This server uses Perplexity's unofficial internal API and a browser session cookie. It may break if Perplexity changes their API, and heavy automated use may violate Perplexity's Terms of Service. Use at your own risk.
Tools
| Tool | Description |
|---|---|
perplexity_search |
Deep web search via Perplexity Pro (answer + sources + related queries) |
perplexity_follow_up |
Continue conversation in an existing thread |
perplexity_threads |
List recent search threads |
perplexity_export |
Export an answer as markdown or PDF |
perplexity_collections |
List saved collections |
Setup
1. Get your cookie
Open https://www.perplexity.ai (logged in) → DevTools (F12) → Network tab → click any request to perplexity.ai → Headers → copy the full Cookie header value.
2. Configure your MCP client
Claude Code:
claude mcp add perplexity -e PERPLEXITY_COOKIE="<full cookie string>" -- npx -y perplexity-pro-mcp
Claude Desktop / other clients (claude_desktop_config.json or equivalent):
{
"mcpServers": {
"perplexity": {
"command": "npx",
"args": ["-y", "perplexity-pro-mcp"],
"env": {
"PERPLEXITY_COOKIE": "<full cookie string>"
}
}
}
}
Parameters
perplexity_search
query— search querymode—copilot(deep multi-step) orconcise(quick)model—pplx_proorpplx_alphafocus—internet,academic,writing,youtube,reddit
perplexity_follow_up
query— follow-up questionthread_uuid— UUID from a previous search result
perplexity_export
entry_uuid— entry UUID (from threads list)format—mdorpdf
Cookie refresh
Cookies expire in ~30 days. If you get 403 errors, copy fresh cookies from the browser.
Note: perplexity_search works with just the session token. Other tools require full cookies (including cf_clearance).
Development
npm install
npm run build # compile TypeScript → dist/
npm start # run locally (requires PERPLEXITY_COOKIE)
License
MIT
Install Perplexity Pro in Claude Desktop, Claude Code & Cursor
unyly install perplexity-pro-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add perplexity-pro-mcp -- npx -y perplexity-pro-mcpFAQ
Is Perplexity Pro MCP free?
Yes, Perplexity Pro MCP is free — one-click install via Unyly at no cost.
Does Perplexity Pro need an API key?
No, Perplexity Pro runs without API keys or environment variables.
Is Perplexity Pro hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Perplexity Pro in Claude Desktop, Claude Code or Cursor?
Open Perplexity Pro on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Playwright
Browser automation, scraping, screenshots
by MicrosoftPuppeteer
Browser automation and web scraping.
by modelcontextprotocolopentabs-dev/opentabs
Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user's authenticated browser session. 100+ plugins with a
by opentabs-devrobhunter/agentdeals
1,500+ developer infrastructure deals, free tiers, and startup programs across 54 categories. Search deals, compare vendors, plan stacks, and track pricing chan
by robhunterCompare Perplexity Pro with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All browse MCPs
