Productivity|AI / ML|Communication|DataPython

zotero-mcp

Zotero MCP connects your Zotero research library with AI assistants via the Model Context Protocol.

Free
N/A rating (0 reviews)0 installs2,369 GitHub stars
ZoteroAIResearch

Zotero MCP seamlessly integrates your Zotero research library with AI assistants like ChatGPT and Claude, allowing you to review papers, get summaries, analyze citations, and extract PDF annotations. It supports vector-based similarity search and multiple embedding models for intelligent results.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "zotero-mcp-1": {
      "args": [
        "zotero-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.