Does Perplexity have an MCP server?
Perplexity maintains an official MCP server.
- Access
- Remote server
- Endpoint
- https://api.perplexity.ai/mcp
- Repository
- perplexityai/modelcontextprotocol
- Maintainer
- Perplexity
- License
- MIT
- Language
- TypeScript
- Stars
- 2.4k
- Last commit
- 12d ago
- Category
- Search & Data Extraction
The official MCP server implementation for the Perplexity API Platform
Project site: docs.perplexity.ai
A remote server run by Perplexity itself — nothing to install. Documented at docs.perplexity.ai.
The official MCP server implementation for the Perplexity API Platform
Hosted by the vendor — no install, connect over HTTP with OAuth or a token.
Add it from the terminal, then restart your session:
claude mcp add --transport http perplexity https://api.perplexity.ai/mcpAdd --scope user to make it available in every project.
- Open Settings → Connectors
- Click Add custom connector
- Paste
https://api.perplexity.ai/mcp - Finish the sign-in prompt, then enable it in the chat's tools menu
Add to .cursor/mcp.json in your project, or ~/.cursor/mcp.json for
every project:
{
"mcpServers": {
"perplexity": {
"url": "https://api.perplexity.ai/mcp"
}
}
}A green dot in Settings → MCP means it connected.
Add to .vscode/mcp.json:
{
"servers": {
"perplexity": {
"type": "http",
"url": "https://api.perplexity.ai/mcp"
}
}
}Then pick the server from the tools menu in Copilot's agent mode.
- Enable Developer mode under Settings → Apps & Connectors → Advanced
- Choose Create and paste
https://api.perplexity.ai/mcp - Complete sign-in, then enable the connector in a new chat
Does Perplexity have an official MCP server?
Yes. Perplexity maintains an official MCP server, hosted at https://api.perplexity.ai/mcp. The source lives at perplexityai/modelcontextprotocol on GitHub.
How do I connect Perplexity to Claude?
Add https://api.perplexity.ai/mcp as a custom connector under Settings → Connectors in Claude Desktop or claude.ai, or run "claude mcp add --transport http perplexity https://api.perplexity.ai/mcp" in Claude Code.
Do I need to install anything to use the Perplexity MCP server?
No. It is a remote server hosted by Perplexity, so your MCP client connects to it over HTTP. You authenticate with the vendor rather than installing a package.
How is this verdict verified?
Official hosted MCP at api.perplexity.ai/mcp (Streamable HTTP, bearer API key) recommended in Perplexity's docs; local stdio server ships as @perplexity-ai/mcp-server on npm. GitHub metadata is refreshed every six hours.
Official hosted MCP at api.perplexity.ai/mcp (Streamable HTTP, bearer API key) recommended in Perplexity's docs; local stdio server ships as @perplexity-ai/mcp-server on npm.
- github data refreshed 2026-08-11, then every 6 hours
- vendor docs verified on 2026-08-10
Spotted something out of date? Tell us — corrections ship same-day.