MCP server for Zotero plugin development - enables AI assistants to build, test, and debug Zotero plugins
{
"mcpServers": {
"introfinimcp-zotero-dev": {
"command": "npx",
"args": [
"-y",
"@introfini/mcp-server-zotero-dev"
]
}
}
}