Perplexity Vendor AI

Perplexity Ask

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

2,352 stars 356 forks Last commit 1w ago Language TypeScript License MIT
Sign in to like, install, or save to a bundle → View on GitHub →

Install

npx -y server-perplexity-ask

Maintainer? Add the badge

Listed on Prismix ← shows on your README, links back here
[![Listed on Prismix](https://prismix.dev/api/badge/mcp/perplexity.svg)](https://prismix.dev/mcp/perplexity)

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