$ timeahead.in
/ servers/npm/@perplexity-ai/mcp-server
npm

@perplexity-ai/mcp-server

Real-time web search, reasoning, and research through Perplexity's API

2k stars24k/wkupdated 19d agogithub ↗
91excellent
▣ Overview
Add to Kironpm version

What it does

The official MCP server for the Perplexity API Platform, exposing four tools for AI assistants: perplexity_search for ranked web search results, perplexity_ask for conversational queries with real-time context, perplexity_research for deep analysis using the sonar-deep-research model, and perplexity_reason for complex reasoning tasks with the sonar-reasoning-pro model. All tools ground responses in current web data via Perplexity's Sonar APIs.

Who it's for

Claude or Cursor users who need their AI assistant to search the live web and provide current, fact-checked answers without hallucination. Useful for researchers, developers debugging third-party APIs, analysts tracking news or market data, and anyone asking questions that require real-time context.

Common use cases

  • Query current events, market data, or recent news without stale training data.
  • Cross-check or verify claims by grounding responses in real web sources.
  • Deep-dive research on a topic with the sonar-deep-research model for reports or documentation.
  • Solve complex reasoning problems that benefit from access to current information.
  • Use with Cursor or Claude Code to debug APIs and services by pulling their latest docs and status pages.

Setup pitfalls

  • PERPLEXITY_API_KEY must be set; requests fail silently if the env var is missing or empty.
  • Timeout defaults to 5 minutes; research and reasoning queries may exceed this—set PERPLEXITY_TIMEOUT_MS=600000 or higher if you see timeout errors.
  • If behind a corporate proxy, set PERPLEXITY_PROXY=https://your-proxy-host:8080; requests will hang if proxy is needed but not configured.
  • The strip_thinking parameter only applies to perplexity_reason and perplexity_research; using it on other tools has no effect.
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
86
17.2
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
91.2
⚿ Capabilities & Risk Explainer
networksecrets
◆ Risk level: medium
network + secrets — requires access to credentials or environment secrets.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "perplexity-aimcp": {
      "command": "npx",
      "args": [
        "-y",
        "@perplexity-ai/mcp-server"
      ]
    }
  }
}
📈 Score historylast 33 snapshots
5/25/20267/6/2026 · 33 snapshots
⚙ Maintenance health
maintenance data not yet available — check back later.
⛁ Raw data
weekly downloads24k
github stars2k
forks354
open issues11
license✓ present
readme length8164 chars
last publish0d ago
last commit19d ago
last updated7d ago
install verified✓ pass · 12d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points