Skip to content
Windsurf

mcp server zotero dev for Windsurf

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

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

client:Windsurf transport:stdio runtime:npm

Install mcp server zotero dev in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mcp server zotero dev in other clients