Skip to content
Grok

DocsAgent — Zotero MCP Server for Grok

io.github.docsagent/docsagent

Give AI agents instant, private access to your personal knowledge base. First source: Zotero.

client:Grok transport:stdio runtime:npm

Install DocsAgent — Zotero MCP Server in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "docsagent": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@docsagent/mcp-zotero"
      ],
      "env": {
        "DOCSAGENT_CONFIG": "<DOCSAGENT_CONFIG>"
      }
    }
  }
}

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

DocsAgent — Zotero MCP Server in other clients