MCP Server
MCP
Perplexity Agent
Multi-step web research with citations via Perplexity's Agent API. Standard library only.
Install
uvx perplexity-agent-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "perplexity-agent-mcp",
"version": "0.4.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Perplexity API key. Read at call time and sent only as an Authorization header to api.perplexity.ai; never logged or echoed.",
"isRequired": true,
"isSecret": true,
"name": "PERPLEXITY_API_KEY"
},
{
"description": "How long a blocking call waits before handing back a response_id to collect later. Defaults to 55, just inside Claude Desktop's unconfigurable 60s tool-call timeout. Raise to 300 on clients without that limit.",
"name": "PERPLEXITY_AGENT_WAIT_SECONDS"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment