Overview
Features
perplexity_search
Direct web search using the Perplexity Search API, returning ranked results with metadata.
perplexity_ask
General-purpose conversational AI with real-time web search using the sonar-pro model.
perplexity_research
Deep, comprehensive research using the sonar-deep-research model for detailed analyses.
perplexity_reason
Advanced reasoning and problem-solving using the sonar-reasoning-pro model.
Strip thinking (strip_thinking)
Optional parameter for perplexity_reason and perplexity_research to remove <think>...</think> tags and save tokens; default is false.
HTTP server deployment
Run in HTTP mode with PORT, BIND_ADDRESS, ALLOWED_ORIGINS, and PERPLEXITY_API_KEY; includes Docker and Node.js setup and /mcp endpoint.
Proxy support
Supports PERPLEXITY_PROXY as well as HTTPS_PROXY/HTTP_PROXY with a defined precedence order.
Multi-client integration
Connects with various MCP clients (Cursor, Claude Code, VS Code, Codex, Claude Desktop) via standard MCP configuration.
Who Is This For?
- MCP developers:Integrate Perplexity-powered web search and Sonar models into MCP-enabled assistants.
- Product teams:Enable real-time web research and answering capabilities in AI assistants deployed via MCP.
- Researchers:Leverage deep research tools and reasoning models for analysis and reporting through MCP.




