Odel
zoteus

zoteus

Local
@oscardvs29TypeScriptMITUpdated 3 days ago

MCP server for Zotero: search, citations, safe writes, semantic search, and PDF passages.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@oscardvs/zoteusv1.14.0

Run

npx -y @oscardvs/zoteus

MCP client config

{
  "mcpServers": {
    "zoteus": {
      "command": "npx",
      "args": [
        "-y",
        "@oscardvs/zoteus"
      ]
    }
  }
}