Perplexity Agent for Grok
io.github.zalez/perplexity-agent-mcp
Multi-step web research with citations via Perplexity's Agent API. Standard library only.
client:Grok
transport:stdio
runtime:pypi
Install Perplexity Agent in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"perplexity-agent-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"perplexity-agent-mcp"
],
"env": {
"PERPLEXITY_API_KEY": "<PERPLEXITY_API_KEY>",
"PERPLEXITY_AGENT_WAIT_SECONDS": "<PERPLEXITY_AGENT_WAIT_SECONDS>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs