Perplexity Vendor AI

Perplexity Ask

Web-aware Q&A via the Perplexity API — get cited answers with source URLs.

2,190 stars 324 forks Last commit 4w ago Language TypeScript License MIT
Sign in to like + track View on GitHub →

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.

Discussion (0)

Sign in to comment →

No comments yet. Sign in to start the discussion.

More AI servers