AI search and reasoning MCP server. Real-time web search with cited sources and conversational follow-ups.
npx -y perplexity-mcp
```json
{
"mcpServers": {
"perplexity": {
"command": "npx",
"args": ["-y", "perplexity-mcp"],
"env": { "PERPLEXITY_API_KEY": "your-key" }
}
}
}
```
searchaskget_citationsfollow_up_searchThe Perplexity MCP server provides AI agents with access to Perplexity's real-time web search and reasoning capabilities. Queries return up-to-date information with cited sources, making it ideal for research tasks, fact-checking, and answering questions that require current information beyond the AI's training cutoff.
Language: TypeScript
Category: AI Platforms