MCP Server
MCP
io.github.introfini/mcp-server-zotero-dev
MCP server enabling AI assistants to build, test, and debug Zotero plugins
Install
npx -y @introfini/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@introfini/mcp-server-zotero-dev",
"version": "1.1.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "RDP port for Zotero connection",
"format": "string",
"name": "ZOTERO_RDP_PORT"
},
{
"description": "RDP host for Zotero connection",
"format": "string",
"name": "ZOTERO_RDP_HOST"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment