Perplexity MCP Server
Perplexity's official MCP server for real-time web search, reasoning and research through its API.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Adding cited, up-to-date web research to Claude Code, Codex, Cursor or VS Code.
You don't have a Perplexity API key; both the remote and local servers need one.
About Perplexity MCP Server
Perplexity's official MCP server gives AI assistants real-time web search, reasoning and research through the Perplexity Agent API and Search API. A hosted remote server needs nothing installed; a local server runs from npm, and a self-hosted HTTP mode and corporate proxy settings are documented.
Perplexity MCP Server is an open-source project written primarily in TypeScript, with 2.5k stars on GitHub. It was last updated in August 2026.
Add Perplexity MCP Server to your MCP client
Generated from the launch command in the project's README. Your client starts the server on demand. Replace <your-api-key> with your own value first.
Claude Code
claude mcp add perplexity-mcp-server -e 'PERPLEXITY_API_KEY=<your-api-key>' -- npx -y @perplexity-ai/mcp-serverCursor
{
"mcpServers": {
"perplexity-mcp-server": {
"command": "npx",
"args": ["-y", "@perplexity-ai/mcp-server"],
"env": {
"PERPLEXITY_API_KEY": "<your-api-key>"
}
}
}
}VS Code
{
"servers": {
"perplexity-mcp-server": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@perplexity-ai/mcp-server"],
"env": {
"PERPLEXITY_API_KEY": "<your-api-key>"
}
}
}
}Claude Desktop
{
"mcpServers": {
"perplexity-mcp-server": {
"command": "npx",
"args": ["-y", "@perplexity-ai/mcp-server"],
"env": {
"PERPLEXITY_API_KEY": "<your-api-key>"
}
}
}
}Codex
[mcp_servers.perplexity-mcp-server]
command = "npx"
args = ["-y", "@perplexity-ai/mcp-server"]
env = { PERPLEXITY_API_KEY = "<your-api-key>" }Perplexity MCP Server vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Perplexity MCP Serverthis listing | 2.5k | TypeScript | MIT | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
