Home › Other › mcp-server-zotero-dev

mcp-server-zotero-dev

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

TypeScript
★ 40 stars Last pushed 2026-09-20 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.1.4)

npx -y @introfini/mcp-server-zotero-dev@1.1.4

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server-zotero-dev": {
      "command": "npx",
      "args": [
        "-y",
        "@introfini/mcp-server-zotero-dev@1.1.4"
      ],
      "env": {
        "ZOTERO_RDP_PORT": "<YOUR_VALUE>",
        "ZOTERO_RDP_HOST": "<YOUR_VALUE>"
      }
    }
  }
}
  • ZOTERO_RDP_PORT — RDP port for Zotero connection
  • ZOTERO_RDP_HOST — RDP host for Zotero connection

Related servers

Data from the Official MCP Registry