
Perplexity API Platform
Give your coding agent live web search and cited research through Perplexity without leaving Claude Code or Cursor.
Overview
ai.perplexity/mcp-server is a MCP server for the Idea phase that connects agents to Perplexity for real-time web search, reasoning, and research.
What is this MCP server?
- Real-time web search and reasoning via Perplexity's API from MCP clients
- Ships as npm package @perplexity-ai/mcp-server with stdio transport (v0.9.0)
- Fits idea-phase competitor scans, trend checks, and validate-phase fact-finding
- Agent-native: tools invoked by Claude Code, Cursor, Codex, and compatible hosts
- Complements static training data with up-to-date sources for AEO and launch copy research
- Catalog version 0.9.0
- npm identifier @perplexity-ai/mcp-server at version 0.9.0
- Transport: stdio
What problem does it solve?
Agents hallucinate or go stale on market facts because they cannot search the live web without a dedicated integration.
Who is it for?
Indie builders validating niches, comparing competitors, or drafting launch copy that needs fresh citations.
Skip if: Teams that forbid external API calls, need only private datastore search, or want a self-hosted search appliance with no Perplexity account.
What do I get? / Deliverables
After you register the stdio MCP server and API key, your agent can query Perplexity for current research answers inside the same session.
- Configured stdio MCP entry pointing at @perplexity-ai/mcp-server
- In-session web search and research tool calls from your agent
- Citable, current answers for product and market decisions
Recommended MCP Servers
Journey fit
Solo builders usually reach for Perplexity MCP while still exploring markets, competitors, and facts before they commit to a build. Research is the canonical shelf because the server's core value is retrieval, reasoning, and synthesis over the open web—not codegen or deployment.
How it compares
MCP search bridge to Perplexity's API, not a local RAG stack or a single static SKILL.md playbook.
Common Questions / FAQ
Who is ai.perplexity/mcp-server for?
Solo builders and small teams using Claude Code, Cursor, or other MCP hosts who want Perplexity-powered web research inside the agent loop.
When should I use ai.perplexity/mcp-server?
Use it during idea and validate work when you need up-to-date competitor, audience, or technical facts—or anytime the agent must reason over live web results.
How do I add ai.perplexity/mcp-server to my agent?
Install @perplexity-ai/mcp-server from npm, add it as a stdio MCP server in your client config, and set your Perplexity API credentials per the provider docs.