Give your AI assistant superpowers for Zotero plugin development. 25 tools for screenshots, DOM inspection, JavaScript execution, build integration, and debugging via Model Context Protocol.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-zotero-de": {
"command": "npx",
"args": [
"-y",
"introfini/mcp-server-zotero-dev"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server-zotero-de npx -y introfini/mcp-server-zotero-dev
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-zotero-de": {
"command": "npx",
"args": [
"-y",
"introfini/mcp-server-zotero-dev"
]
}
}
}
📋 Copy
Topics
mcp mcp-client mcp-server mcp-tools zotero zotero-addon zotero-api zotero-plugin