← Back to Plugins
MCP Server MCP

io.github.oscardvs/zoteus

github By github 👁 1 views ▲ 0 votes

The everything Zotero MCP server — Web API v3 + local API, safe writes, citations, search.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...