zotero-write-mcp

rcesaret/zotero-write-mcp
★ 2 stars Python Other Updated today
Zotero MCP Server with Read and Write Capability
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-write-mcp": {
      "command": "uvx",
      "args": [
        "zotero-write-mcp"
      ]
    }
  }
}

Or install with pip: pip install zotero-write-mcp