Skip to content
Gemini CLI

mcp server zotero dev for Gemini CLI

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

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

client:Gemini CLI transport:stdio runtime:npm

Install mcp server zotero dev in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "mcp-server-zotero-dev": {
      "command": "npx",
      "args": [
        "-y",
        "@introfini/mcp-server-zotero-dev"
      ],
      "env": {
        "ZOTERO_RDP_PORT": "<ZOTERO_RDP_PORT>",
        "ZOTERO_RDP_HOST": "<ZOTERO_RDP_HOST>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

mcp server zotero dev in other clients