mcp-server-zotero-dev
About
MCP server enabling AI assistants to build, test, and debug Zotero plugins
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
ZOTERO_RDP_PORT ZOTERO_RDP_HOSTClaude Code
claude mcp add --env ZOTERO_RDP_PORT= --env ZOTERO_RDP_HOST= mcp-server-zotero-dev -- npx @introfini/mcp-server-zotero-dev
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-server-zotero-dev","command":"npx","args":["@introfini/mcp-server-zotero-dev"],"env":{"ZOTERO_RDP_PORT":"","ZOTERO_RDP_HOST":""}}'
JSON
{
"mcpServers": {
"mcp-server-zotero-dev": {
"command": "npx",
"args": [
"@introfini/mcp-server-zotero-dev"
],
"env": {
"ZOTERO_RDP_PORT": "",
"ZOTERO_RDP_HOST": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.