The MCP Server Zotero Dev is a Model Context Protocol server that allows AI assistants to build, test, and debug Zotero plugins by providing rich context such as screenshots, DOM state, and debug logs.
From the registry: MCP server enabling AI assistants to build, test, and debug Zotero plugins

Please install the `mcp-server-zotero-dev` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node.js 20+** — Node.js version 20 or higher
- **Zotero 7+** — Zotero 7, 8, or 9 installed (https://www.zotero.org)
- **MCP Bridge plugin for Zotero** — Download zotero-mcp-bridge.xpi and install via Tools > Plugins > Install Plugin From File (https://github.com/introfini/mcp-server-zotero-dev/releases/latest)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@introfini/mcp-server-zotero-dev"]
- optional environment variables:
- `ZOTERO_RDP_PORT`: Remote debugging port (example: `6100`)
- `ZOTERO_RDP_HOST`: Debugging host (example: `127.0.0.1`)
- `ZOTERO_DATA_DIR`: Path to Zotero data directory
- `ZOTERO_PROFILE_PATH`: Path to Zotero profile
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.ZOTERO_RDP_PORTrequiredRemote debugging portZOTERO_RDP_HOSTDebugging hostZOTERO_DATA_DIRPath to Zotero data directoryZOTERO_PROFILE_PATHPath to Zotero profileProvide your AI coding tools with token-efficient access to up-to-date technical documentation for…