cituna mcp for Cursor
com.cituna/cituna-mcp
Track how 6 AI engines cite your brand, daily, with live Google Search Console.
client:Cursor
transport:stdio
runtime:npm
Install cituna mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cituna-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cituna-mcp"
],
"env": {
"CITUNA_API_KEY": "<CITUNA_API_KEY>",
"CITUNA_API_URL": "<CITUNA_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs