Real-time web search, reasoning, and research through Perplexity's API
Paste into claude_desktop_config.json:
{
"mcpServers": {
"perplexity-mcp-server": {
"command": "npx",
"args": [
"-y",
"@perplexity-ai/mcp-server"
]
}
}
}Run in a terminal:
claude mcp add perplexity-mcp-server -- npx -y @perplexity-ai/mcp-server
Paste into .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
{
"mcpServers": {
"perplexity-mcp-server": {
"command": "npx",
"args": [
"-y",
"@perplexity-ai/mcp-server"
]
}
}
}Transport: stdio - Runs locally over stdio. Your client launches the process itself; you need the matching runtime installed (Node for npx, uv for uvx, Docker for docker run).
https://wingmanprotocol.com/mcp.