zotero-mcp

ZhongxuanWu/zotero-mcp
★ 0 stars TypeScript Browser/Web Updated 5d ago
zotero-mcp is a MCP server for a Zotero library.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "zotero-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ZhongxuanWu/zotero-mcp"
      ]
    }
  }
}

README Excerpt

`zotero-mcp` is a local, read-only Model Context Protocol (MCP) server for a configured Zotero library. An MCP client such as Codex starts it as a child process and communicates over standard input/output. The process reads synchronized library data from the Zotero Web API over HTTPS; this project does

Tools (1)

ZOTERO_API_KEY