MCP server enabling AI assistants to build, test, and debug Zotero plugins
npx -y @introfini/mcp-server-zotero-dev{
"ZOTERO_RDP_PORT": "YOUR_VALUE_HERE",
"ZOTERO_RDP_HOST": "YOUR_VALUE_HERE"
}Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
{
"mcpServers": {
"io-github-introfini-mcp-server-zotero-dev": {
"command": "npx",
"args": [
"-y",
"@introfini/mcp-server-zotero-dev"
],
"env": {
"ZOTERO_RDP_PORT": "YOUR_VALUE_HERE",
"ZOTERO_RDP_HOST": "YOUR_VALUE_HERE"
}
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonNo remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.
mcp-server-zotero-dev is an MCP server for MCP server enabling AI assistants to build, test, and debug Zotero plugins. It supports STDIO transport.
Use the generated config in Install. This server runs with npx -y @introfini/mcp-server-zotero-dev; add any required environment variables before starting your client.
Choose the Claude Desktop tab in Install and copy the config for npx -y @introfini/mcp-server-zotero-dev. Add required environment variables before starting Claude Desktop.
Choose the Claude Code tab in Install and copy the config for npx -y @introfini/mcp-server-zotero-dev. Add required environment variables before starting Claude Code.
Choose the Codex tab in Install and copy the config for npx -y @introfini/mcp-server-zotero-dev. Add required environment variables before starting Codex.
Choose the Cursor or VS Code tab in Install and copy the config for npx -y @introfini/mcp-server-zotero-dev. Add required environment variables before starting Cursor or VS Code.
mcp-server-zotero-dev uses STDIO transport. Use the package or command config in Install.
mcp-server-zotero-dev inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.
mcp-server-zotero-dev does not advertise a verified auth requirement. If discovery fails, it may still need provider login, an API key, a bearer token, or a session header.
| Package | Registry | Version | Inputs |
|---|---|---|---|
@introfini/mcp-server-zotero-devstdio | npm | 1.0.3 | Env: ZOTERO_RDP_PORT Env: ZOTERO_RDP_HOST |