PluginBench
MCP Server
Active
MIT

Citation Intelligence MCP Server

io.github.AutomateLab-tech/citation-intelligence

What is the Citation Intelligence MCP server?

Check what Perplexity, Claude, ChatGPT, Gemini, and Google AI Overviews cite for any query.

How to install Citation Intelligence

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "citation-intelligence": {
      "command": "npx",
      "args": [
        "-y",
        "@automatelab/citation-intelligence"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "citation-intelligence": {
      "command": "npx",
      "args": [
        "-y",
        "@automatelab/citation-intelligence"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "citation-intelligence": {
      "command": "npx",
      "args": [
        "-y",
        "@automatelab/citation-intelligence"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "citation-intelligence": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@automatelab/citation-intelligence"
      ]
    }
  }
}
Claude Code
claude mcp add citation-intelligence -- npx -y @automatelab/citation-intelligence

Related MCP servers

Publish content to DEV.to, Hashnode, GitHub Discussions, Reddit, Bluesky, LinkedIn, and Medium.

4
TypeScript
MIT
View repository →

MCP server for AI-SEO auditing: schema, robots.txt, llms.txt, citation scoring, and AEO/GEO rewrites

2
TypeScript
MIT
View repository →

Per-URL SEO verdicts from GSC, GA4, Matomo, Clarity, AI citations: refresh/expand/merge/kill.

1
TypeScript
MIT
View repository →