Loading MCP server directory, please wait...
Multi-step web research with citations via Perplexity's Agent API. Standard library only.
npx @getmcp/cli add io.github.zalez/perplexity-agent-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
PERPLEXITY_API_KEYYour Perplexity API key. Read at call time and sent only as an Authorization header to api.perplexity.ai; never logged or echoed.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.zalez/perplexity-agent-mcp": {
"command": "uvx",
"args": [
"perplexity-agent-mcp"
],
"env": {
"PERPLEXITY_API_KEY": "",
"PERPLEXITY_AGENT_WAIT_SECONDS": ""
}
}
}
}