mcp server zotero dev for Zed
io.github.introfini/mcp-server-zotero-dev
MCP server enabling AI assistants to build, test, and debug Zotero plugins
client:Zed
transport:stdio
runtime:npm
Install mcp server zotero dev in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs