Citation Intelligence for Grok
io.github.automatelab-tech/citation-intelligence
Check what Perplexity, Claude, ChatGPT, Gemini, and Google AI Overviews cite for any query.
client:Grok
transport:stdio
runtime:npm
Install Citation Intelligence in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"citation-intelligence": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@automatelab/citation-intelligence"
]
}
}
}
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