Developer Tools
Trust: 41/100 (Fair)io.github.introfini/mcp-server-zotero-dev Guide
MCP server enabling AI assistants to build, test, and debug Zotero plugins
14 starsby introfini
Quick Start
Install
npx @introfini/mcp-server-zotero-devClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-introfini-mcp-server-zotero-dev": {
"command": "npx",
"args": [
"@introfini/mcp-server-zotero-dev"
]
}
}
}