Skip to content
Grok

agentcite for Grok

io.github.kevinx702/agentcite

Fabrication-free, DOI-backed citations for AI agents — real openAlex sources, never hallucinated.

client:Grok transport:stdio runtime:npm

Install agentcite in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "agentcite": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agentcite-mcp"
      ]
    }
  }
}

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

agentcite in other clients