Skip to main content
📖 The AI Tool Bible

Perplexity MCP Server

Official MCP server for Perplexity's Sonar search, research, and reasoning APIs

Paid· Free: $0 USD · Team: $4 USD per user/month · Enterprise: $21 USD per user/monthMCP ServersPerplexity Sonar family (via Agent and Search API presets)
Visit website →
Best for

Developers and agent builders who want first-party, cited web search and deep research inside Claude Desktop, Cursor, VS Code, or a custom MCP client without wiring their own search + LLM stack.

Skip if

Teams that need offline or air-gapped retrieval, want to search a private corpus, or are cost-sensitive about agents that call research tools in loops.

Perplexity MCP is the official Model Context Protocol server maintained by Perplexity (ppl-ai/modelcontextprotocol on GitHub) that lets any MCP-capable client hand off live web search, reasoning, and research to Perplexity's Sonar-family Agent and Search APIs. It exposes four tools: perplexity_search returns ranked web results with metadata plus recency and domain filters; perplexity_ask runs a conversational query against the fast Sonar preset with real-time browsing; perplexity_research kicks off a long-running deep-research preset that can spend minutes gathering and cross-checking sources; and perplexity_reason drives the medium reasoning preset for multi-step analysis. Presets abstract model choice, retrieval setup, and compute budgets, so callers pick an intent instead of a model string. The project ships two deployment modes: a hosted remote endpoint at https://api.perplexity.ai/mcp that any client with an API key can attach to in one line, and a local npm package (@perplexity-ai/mcp-server) that runs over stdio or HTTP for Cursor, VS Code, Claude Desktop, Claude Code, Windsurf, and self-hosted Docker setups. It is aimed at developers and agent builders who want first-party grounding, citations, and current-events awareness inside their assistants without wiring a search stack themselves. Typical workflows include coding agents pulling up-to-date library docs before writing code, research assistants producing cited briefs, customer-support bots looking up current policies, and Claude Desktop power users adding a 'search the web and cite it' capability that isn't fabricating URLs. Because it's the vendor's own server, tool schemas track new Sonar features (recency filters, structured citations, preset changes) as they ship, and legacy model IDs like sonar-pro have already been removed in favor of presets.

Editor's take

If you're already paying for Perplexity's API, this is the obvious way to plug it into an MCP client — official, MIT-licensed, and the hosted endpoint means one line of config. The catch is the deep-research preset: it's genuinely useful but slow and pricey, so gate it behind explicit user intent rather than letting an autonomous agent fire it in a loop.

— The AI Tool Bible editorial team

Pros

  • Official first-party server, so tool contracts and citations stay in sync with Perplexity's API
  • Four distinct tools cover raw search, fast ask, deep research, and reasoning without changing endpoints
  • Remote hosted endpoint (api.perplexity.ai/mcp) means zero-install setup for most MCP clients
  • Returns structured citations and source URLs, which agents can surface or verify
  • Presets hide model churn — callers pick intent, not a model string that may be deprecated
  • MIT-licensed reference implementation you can fork, self-host, or embed in a Docker image
  • Recency and domain filters on perplexity_search let you scope agents to fresh or trusted sources

Cons

  • ⚠️ API usage is metered and can get expensive fast if agents call perplexity_research in a loop
  • ⚠️ Deep-research preset can take several minutes per call, which stresses MCP client timeouts
  • ⚠️ Legacy model names were removed, so older client configs pointing at sonar-pro/sonar-reasoning-pro break
  • ⚠️ Quality depends entirely on Perplexity's retrieval — you can't swap in a private index or your own crawler
  • ⚠️ Rate limits and cost visibility live in Perplexity's dashboard, not the MCP surface
  • ⚠️ Only four tools exposed; more niche Perplexity API features (async jobs, spaces) aren't wrapped yet

Use cases

grounded web search inside Claude Desktopcited research briefs in Cursorup-to-date library docs lookup for coding agentsdeep-research reports with source URLsmulti-step reasoning over live web contentdomain-filtered news monitoringrecency-constrained fact checkscustom MCP agent with real-time browsingself-hosted search tool via Docker

Explore related

Compare with similar tools

All in MCP Servers

Airtable MCP Server

MCP Servers

Model Context Protocol server that gives LLMs full read/write access to your Airtable bases.

Free· Open source (MIT) and free to run. You still need an Airtable account and personal access token; Airtable itself is Free / Team $20 per user/mo / Business $45 per user/mo / Enterprise (custom).Natural-language CRM queries against AirtableLLM-driven lead triage and enrichment

Apple Notes MCP

MCP Servers

Let Claude read your local Apple Notes over the Model Context Protocol.

Free· Free / open-source (MIT). No hosted service; runs locally on your Mac.Personal knowledge retrieval from Apple NotesSearching decade-old meeting notes during a Claude chat

AWS MCP Servers

MCP Servers

Official AWS Labs collection of Model Context Protocol servers for connecting AI coding assistants and agents to AWS services and documentation.

Free· Free and open source (Apache 2.0). AWS service usage billed at standard AWS rates. Optional AWS-hosted 'remote managed' servers included at no additional charge beyond consumed AWS services.AWS infrastructure-as-code scaffolding with CDK or CloudFormationGrounded answers from live AWS documentation

Azure MCP Server

MCP Servers

Official Microsoft MCP server that exposes 40+ Azure services to AI agents under the developer's own Entra ID credentials.

Free· Server is free and MIT-licensed. Azure resource usage is billed separately at standard Azure rates based on whatever services the agent queries or mutates.Natural-language Azure resource inventoryLog Analytics and Kusto (KQL) querying from an agent

Blender MCP

MCP Servers · Model-agnostic; commonly paired with Claude (Sonnet/Opus) via Claude Desktop, but works with any MCP-capable client

Give Claude hands inside Blender — an MCP server for natural-language 3D modeling.

Free· Free and open-source (MIT license). No hosted service, no subscription; you supply your own MCP-capable client (Claude Desktop, Cursor, VS Code, OpenCode) and pay only for whatever LLM the client uses.AI-assisted 3D scene blockingGenerative prop and mesh creation via Hyper3D Rodin

Brave Search MCP

MCP Servers

Give any MCP client web and local search powered by the Brave Search API.

Freemium· Free: $ 0 USD · Team: $ 4 USD per user/month · Enterprise: $ 21 USD per user/monthGrounded web search inside Claude DesktopAgent fact-checking and citation lookup