Trust: 25/100 (Limited)
Citation Intelligence MCP Guide
Citation Intelligence MCP is a free, self-hosted MCP server that reports which URLs ChatGPT, Claude, Perplexity, Google AI Overviews, Gemini, and Bing cite for any query. Install with npx -y @automatelab/citation-intelligence and get 12 tools in any MCP-compatible client.
by AutomateLab
Quick Start
Install
npx -y @automatelab/citation-intelligenceClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"citation-intelligence-mcp": {
"command": "npx",
"args": [
"-y @automatelab/citation-intelligence"
]
}
}
}