Perplexity Ask
Perplexity Sonar models inside your agent. Real-time web answers with citations, faster than DIY RAG.
Delv Safety Grade: A
Score 85/100 · assessed 2026-04-28
Perplexity's official MCP server provides web search through their Sonar models with a clean security profile. The maintainer is a well-funded, established AI company with strong operational track record. The server requires only an API key and makes outbound network calls to Perplexity's endpoints, keeping the attack surface narrow. Distribution via npm with standard npx invocation follows best practices. Permissions are appropriately scoped to network requests and environment variable reading for the API key. The main limitation is documentation depth: while the GitHub repo and official docs exist, they're relatively sparse compared to more mature integrations. No security incidents are known. The trust model is straightforward: you're delegating web search to Perplexity's infrastructure rather than exposing local resources. For teams already comfortable with Perplexity's service, this is a low-risk addition.
Lethal Trifecta (prompt-injection exposure)
TWO OF THREESame shape. Synthesised answers reduce the visible-attack surface but the underlying input remains untrusted.
Green flags
- Official vendor package from well-funded AI company (Perplexity)
- Distributed via npm with standard npx installation
- Read-only search API with no local filesystem or shell access
- No known security incidents or CVEs
- Narrow permission scope limited to API calls and env reading
Red flags
- API key stored in environment grants full account access
- Documentation is thin compared to more established MCP servers
- Network calls to third-party service create dependency on Perplexity uptime
Permissions requested
Install
npx -y @perplexity-ai/mcp-server
PERPLEXITY_API_KEYReview
Install this if you regularly need Claude to answer questions grounded in current web data. Skip it if your work rarely touches anything outside Claude's training window or if you're already happy with manual search. It's a time-saver for research-heavy workflows, not a must-have for everyone.
Good at
- Real-time web answers with source citations, no RAG pipeline to maintain.
- Officially maintained by Perplexity, so updates track their API changes.
- Faster than switching contexts to search manually during agent conversations.
- Works across multiple Claude hosts, not just Desktop.
Watch out
- Requires a Perplexity API key and usage counts against your rate limits and billing.
- Optimised for Q&A, not exploratory search or browsing multiple perspectives.
- Manual config needed for hosts beyond Claude Desktop, no one-click setup everywhere.
Getting started
Works with
Similar MCPs
- Brave SearchGive Claude real-time web search via the Brave Search API. The fastest way to add up-to-date knowledge without paying for Perplexity.
- DuckDuckGo MCPWeb search through DuckDuckGo with built-in rate limiting, SafeSearch, and content fetching, no API key required.
- Kagi SearchPrivacy-focused search via Kagi. Great if your team already pays for Kagi and wants Claude to use the same backend.
- DelvSearch the Delv AI tools, MCP, and Skills directory directly from inside your agent. Ask 'what's a good MCP for databases?' in Claude Desktop and get editorial picks, not a random link dump.