AI-powered search with citations — real-time web answers grounded in up-to-date sources
Perplexity MCP brings the power of Perplexity's AI search engine directly into your AI agent. Get real-time, citation-backed answers from the web without the noise of raw search results. Features: - Search with real-time web grounding - Academic mode for research papers and scholarly sources - Pro search for deeper, multi-step reasoning - Source citations with direct URLs - Follow-up question support - Image search capabilities - News-focused search with recency filtering - Related questions and topic expansion Why Perplexity over Brave/Tavily? Perplexity doesn't just return search results — it synthesises them into coherent answers with citations. It's the difference between a list of links and a researched answer. For complex questions requiring synthesis across multiple sources, Perplexity consistently outperforms raw search APIs. Free tier: 5 requests/day. Pro plans from $20/month for unlimited searches.
from agents import Agent
from agents.mcp import MCPServerStdio
mcp_server = MCPServerStdio(
command="npx",
args=["-y", "@perplexity/mcp"],
env={
"PERPLEXITY_API_KEY": "pplx-...",
},
)
agent = Agent(
name="My Agent",
model="gpt-4o",
mcp_servers=[mcp_server],
)If you maintain Perplexity MCP, add this badge to your README to show it's verified on CuratedMCP:
[](https://curatedmcp.com/marketplace/perplexity-mcp)
Brave Search MCP
Real-time web and local search using the Brave Search API — no tracking, no ads
GitHub Copilot MCP
Connect GitHub Copilot's code intelligence to any MCP client — completions, explanations, and review
Tavily MCP
AI-optimised web search built for agents — grounded, real-time answers with source citations