swairshah_zotero-mcp-server

swairshah_zotero-mcp-server

0

The Zotero MCP Server is designed to allow MCP clients to interact programmatically with a Zotero library. It supports searching, managing notes, and paper summaries, with potential integration for applications like Anthropic Claude App and others.

uv
{
  "mcpServers": {
    "zotero-mcp-server": {
      "command": "uv",
      "args": [
        "--directory",
        "/Users/swairshah/work/research/zotero-mcp",
        "run",
        "python",
        "-m",
        "zotero_mcp.server"
      ]
    }
  }
}
bash
{
  "mcpServers": {
    "zotero-mcp-server": {
      "command": "bash",
      "args": [
        "-c",
        "cd /Users/shahswai/personal/zotero-mcp-server && source .venv/bin/activate && python -m zotero_mcp.server"
      ]
    }
  }
}