MCP Server
MCP
io.github.oscardvs/zoteus
The everything Zotero MCP server — Web API v3 + local API, safe writes, citations, search.
Install
npx -y @oscardvs/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@oscardvs/zoteus",
"version": "1.6.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Zotero API key (writes/sync/groups; optional for local-only reads).",
"isSecret": true,
"name": "ZOTERO_API_KEY"
},
{
"description": "Use the Zotero desktop local API: auto | on | off.",
"name": "ZOTEUS_LOCAL"
},
{
"description": "Set to true to enable permanent deletion (off by default).",
"name": "ZOTEUS_ALLOW_DELETE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment