Perplexity Ask
Web-aware Q&A via the Perplexity API — get cited answers with source URLs.
Install
npx -y server-perplexity-ask Claude Desktop / Cursor config
Drop into your claude_desktop_config.json or Cursor MCP settings. Replace the ${…} placeholders with your own values.
{
"mcpServers": {
"perplexity-ask": {
"command": "npx",
"args": ["-y", "server-perplexity-ask"],
"env": { "PERPLEXITY_API_KEY": "${PPLX_KEY}" }
}
}
} About
Perplexity's official MCP server. Sends a query to Sonar (their search-augmented model) and returns the cited answer + the URLs the model consulted. Use as a higher-quality replacement for raw Brave-Search when you need synthesised answers.
More AI servers
-
Brave Search
Web + local-business search via the Brave Search API — privacy-first, no Google account required.
-
Memory
Knowledge-graph memory — store entities, observations, and relations across conversations.
-
Sequential Thinking
Structured chain-of-thought scaffolding — the model writes its own multi-step plan as MCP calls.
Discussion (0)
Sign in to comment →No comments yet. Sign in to start the discussion.