Citation Intelligence for Cursor
io.github.automatelab-tech/citation-intelligence
Check what Perplexity, Claude, ChatGPT, Gemini, and Google AI Overviews cite for any query.
client:Cursor
transport:stdio
runtime:npm
Install Citation Intelligence in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"citation-intelligence": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@automatelab/citation-intelligence"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs