perplexity comet mcp for Grok
io.github.rapiercraft/perplexity-comet-mcp
Bridge Claude Code with Perplexity Comet for autonomous browsing and tab management
client:Grok
transport:stdio
runtime:npm
Install perplexity comet mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"perplexity-comet-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"perplexity-comet-mcp"
],
"env": {
"COMET_PATH": "<COMET_PATH>",
"COMET_PORT": "<COMET_PORT>"
}
}
}
}
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