Featured
Y
Your brand here
Get featured
MCP ServerSTDIO

Perplexity MCP Server

The Perplexity MCP server — perplexity-ask, maintained by Perplexity — lets an AI model hand a question to Perplexity's Sonar API and get back a real-time, web-grounded answer with citations. Instead of raw search links, the model receives a synthesised response it can quote and attribute, making it ideal for research and fact-checking agents.

Hosted URL

Bring your own

Suggested model

Claude Sonnet 4.5

MCP Playground runs 40+ models on the same workflow: switch anytime, or use Compare mode to run several in parallel and balance quality vs. cost.

Auth

A Perplexity API key from perplexity.ai/settings/api. Deploy a sandboxed hosted instance from the MCP Playground catalog and paste the key at deploy time, or run the server yourself.

What the Perplexity MCP server does

How models use it and what it is built for.

The Perplexity MCP server exposes the Sonar API as an MCP tool. When a model calls it, Perplexity runs a live web search, reads the top sources and returns a written answer with inline citations — all in one round trip. It runs as a Node.js stdio process configured with a Perplexity API key. Because the answer is already grounded and cited, it complements raw-result search servers like Brave: the agent can delegate "find the answer and cite it" to Perplexity, then verify or expand with other tools. The reference implementation is open source in Perplexity's modelcontextprotocol repository.

Tools the Perplexity MCP server exposes

Typical tools an AI model can call. Exact names vary by version.

  • perplexity_ask — send a conversation to the Sonar API and return a cited, web-grounded answer

Example prompts to try

Copy any of these into MCP Agent Studio after connecting.

  • Ask Perplexity what changed in the EU AI Act enforcement timeline for 2026 and keep the citations.

  • What is the current recommended way to deploy a remote MCP server? Give me a cited summary.

  • Fact-check this claim with sources: "MCP was first released in late 2024."

  • Summarise the top three findings from recent research on retrieval-augmented generation, with links.

Models on MCP Playground

This is not a single-model product: you get the same MCP connection with 40+ models (Claude, GPT, Gemini, DeepSeek, open-weight, and more), you can switch mid-conversation, and you can open Compare mode to run the same prompt against multiple models at once. The card above is a suggested starting point for this server — not the only choice.

Default pick for Perplexity

Claude Sonnet 4.5

Claude Sonnet 4.5 knows when to delegate to Perplexity and how to weave the cited answer into a larger response. Haiku 4.5 works for simple single-question lookups.

Try the Perplexity MCP server in your browser

Open MCP Agent Studio with the connection pre-filled. Add your token, pick any of 40+ models, and start chatting — no install required.

Open Agent Studio

Perplexity MCP server — FAQ

Common questions about connecting, scoping and using it safely.

What is the Perplexity MCP server?

It is the official perplexity-ask MCP server from Perplexity. It lets any MCP-compatible AI model call Perplexity's Sonar API and receive a real-time, web-grounded answer with citations, rather than a list of raw search links.

Which tools does the Perplexity MCP server expose?

The core tool is perplexity_ask, which forwards a conversation to the Sonar API and returns a synthesised answer with inline source citations. Some builds add reasoning and research variants, but perplexity_ask is the one every version ships.

How is Perplexity different from a plain web-search MCP server?

A search server like Brave returns links and snippets and leaves the reading to your model. Perplexity does the searching, reading and synthesis on its side and hands back a finished, cited answer — useful when you want a grounded response in a single tool call.

Do I need a Perplexity subscription to use it?

You need a Perplexity API key with Sonar API access, which is billed per usage separately from a consumer Pro subscription. Create the key in your Perplexity API settings and paste it when you deploy the server.

How do I test a Perplexity MCP server in the browser?

Open MCP Agent Studio, deploy the hosted Perplexity server from the catalog, paste your Sonar API key, choose a model and ask a question. You can watch the perplexity_ask call and its cited answer stream back live.

Other MCP servers

More on MCP Playground

Perplexity MCP Server — Cited AI Web Search