AI & ML
Trust: 25/100 (Limited)Perplexity API Platform Guide
Real-time web search, reasoning, and research through Perplexity's API
Quick Start
Install
npx @perplexity-ai/mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"ai-perplexity-mcp-server": {
"command": "npx",
"args": [
"@perplexity-ai/mcp-server"
]
}
}
}