The official MCP server implementation for the Perplexity API Platform
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"perplexity": {
"env": {
"PERPLEXITY_API_KEY": "your_key_here"
},
"args": [
"-y",
"@perplexity-ai/mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
The official MCP server implementation for the Perplexity API Platform, providing AI assistants with real-time web search, reasoning, and research capabilities through Sonar models and the Search API.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @perplexity-ai/mcp-server against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search / ai-ml
Persistent memory using a knowledge graph
Web and local search using Brave Search API
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
Production ready MCP server with real-time search, extract, map & crawl.
MCP Security Weekly
Get CVE alerts and security updates for Modelcontextprotocol and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
The official MCP server implementation for the Perplexity API Platform, providing AI assistants with real-time web search, reasoning, and research capabilities through Sonar models and the Search API.
Direct web search using the Perplexity Search API. Returns ranked search results with metadata, perfect for finding current information.
General-purpose conversational AI with real-time web search using the sonar-pro model. Great for quick questions and everyday searches.
Deep, comprehensive research using the sonar-deep-research model. Ideal for thorough analysis and detailed reports.
Advanced reasoning and problem-solving using the sonar-reasoning-pro model. Perfect for complex analytical tasks.
[!TIP] Available as an optional parameter for perplexity_reason and perplexity_research:
strip_thinkingSet to
trueto remove<think>...</think>tags from the response, saving context tokens. Default:false
your_key_here in the configurations below with your API keyPERPLEXITY_TIMEOUT_MS=600000 (default: 5 minutes)