Skip to content

mcp server zotero dev for Grok

io.github.introfini/mcp-server-zotero-dev

MCP server enabling AI assistants to build, test, and debug Zotero plugins

client:Grok transport:stdio runtime:npm

Install mcp server zotero dev 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": {
    "mcp-server-zotero-dev": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@introfini/mcp-server-zotero-dev"
      ],
      "env": {
        "ZOTERO_RDP_PORT": "<ZOTERO_RDP_PORT>",
        "ZOTERO_RDP_HOST": "<ZOTERO_RDP_HOST>"
      }
    }
  }
}

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

mcp server zotero dev in other clients