cd /news/ai-agents/connect-claude-to-perplexity-ai-pro-… · home topics ai-agents article
[ARTICLE · art-138937] src=dev.to ↗ pub= topic=ai-agents verified=true sentiment=↑ positive

Connect Claude to Perplexity AI Pro with Zero Search API Fees

A developer built perplexity-pro-mcp, an open-source MCP server that connects Claude Desktop and Claude Code to Perplexity Pro using session cookie credentials instead of a paid search API. The server exposes tools for real-time web search, multi-turn follow-ups, thread management, and Markdown/PDF report export, along with Perplexity's internet, academic, Reddit, and YouTube focus modes, letting Claude ground answers in cited sources without per-call search fees.

by read1 min views1 publishedSep 24, 2026

Modern LLMs struggle with recent software releases, live news, and undocumented breaking changes. While solutions like Tavily, Serper, or Google Custom Search exist, they introduce recurring per-call fees and lack the deep multi-source synthesis of specialized search engines.

If you already have a Perplexity Pro account, you can bridge it directly into Claude Desktop or Claude Code.

I built perplexity-pro-mcp — a lightweight MCP server that queries Perplexity Pro via your session credentials.

Tool Capability
perplexity_search Real-time web querying with synthesized answers, sources, and citations
perplexity_follow_up Contextual multi-turn question answering inside the same research thread
perplexity_threads Manage and resume prior search sessions
perplexity_export Export structured research reports to Markdown/PDF

It also exposes Perplexity's built-in focus modes:

internet: Broad web search academic: ArXiv, PubMed, and peer-reviewed journals reddit: Community sentiment, troubleshooting discussions, and raw developer adviceyoutube: Video transcripts and summaries Log into perplexity.ai, open DevTools (F12), head to the Network tab, click any request to perplexity.ai, and copy your full Cookie header string.

claude mcp add perplexity -e PERPLEXITY_COOKIE="<YOUR_COOKIE>" -- npx -y perplexity-pro-mcp

claude_desktop_config.json)

{
  "mcpServers": {
    "perplexity": {
      "command": "npx",
      "args": ["-y", "perplexity-pro-mcp"],
      "env": {
        "PERPLEXITY_COOKIE": "<YOUR_COOKIE>"
      }
    }
  }
}

Prompt to Claude: "What are the latest breaking changes in Next.js 15 canary releases and how do I adapt my Server Actions?"

Claude executes perplexity_search(query="Next.js 15 canary breaking changes server actions", mode="copilot"). Instead of hallucinatory advice, Claude returns verified code snippets accompanied by direct source citations.

Check out the repo on GitHub: github.com/MIt9/perplexity-pro-mcp

── more in #ai-agents 4 stories · sorted by recency
── more on @perplexity 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/connect-claude-to-pe…] indexed:0 read:1min 2026-09-24 ·