perplexity for Grok
com.mcparmory/perplexity
Search the web, generate AI responses, and create embeddings with real-time information
client:Grok
transport:stdio
runtime:pypi
Install perplexity in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"perplexity": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-perplexity"
]
}
}
}
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