PluginBench
MCP Server
Active
MIT

Zotero MCP MCP Server

io.github.kujenga/zotero-mcp

What is the Zotero MCP MCP server?

Search your Zotero library, retrieve item metadata, and read full text from AI assistants.

How to install Zotero MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • ZOTERO_LOCAL

    Use the local API from the Zotero desktop app instead of the Web API. Requires Zotero to be running with 'Allow other applications on this computer to communicate with Zotero' enabled under Settings > Advanced.

  • ZOTERO_API_KEY
    secret

    Zotero Web API key from https://www.zotero.org/settings/keys. Not required when ZOTERO_LOCAL is true.

  • ZOTERO_LIBRARY_ID

    Zotero library ID (your user ID for user libraries). Not required when ZOTERO_LOCAL is true.

  • ZOTERO_LIBRARY_TYPE

    Whether ZOTERO_LIBRARY_ID refers to a user or group library.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "zotero-mcp": {
      "command": "uvx",
      "args": [
        "zotero-mcp"
      ],
      "env": {
        "ZOTERO_LOCAL": "<YOUR_ZOTERO_LOCAL>",
        "ZOTERO_API_KEY": "<YOUR_ZOTERO_API_KEY>",
        "ZOTERO_LIBRARY_ID": "<YOUR_ZOTERO_LIBRARY_ID>",
        "ZOTERO_LIBRARY_TYPE": "<YOUR_ZOTERO_LIBRARY_TYPE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "zotero-mcp": {
      "command": "uvx",
      "args": [
        "zotero-mcp"
      ],
      "env": {
        "ZOTERO_LOCAL": "<YOUR_ZOTERO_LOCAL>",
        "ZOTERO_API_KEY": "<YOUR_ZOTERO_API_KEY>",
        "ZOTERO_LIBRARY_ID": "<YOUR_ZOTERO_LIBRARY_ID>",
        "ZOTERO_LIBRARY_TYPE": "<YOUR_ZOTERO_LIBRARY_TYPE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "zotero-mcp": {
      "command": "uvx",
      "args": [
        "zotero-mcp"
      ],
      "env": {
        "ZOTERO_LOCAL": "<YOUR_ZOTERO_LOCAL>",
        "ZOTERO_API_KEY": "<YOUR_ZOTERO_API_KEY>",
        "ZOTERO_LIBRARY_ID": "<YOUR_ZOTERO_LIBRARY_ID>",
        "ZOTERO_LIBRARY_TYPE": "<YOUR_ZOTERO_LIBRARY_TYPE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "zotero-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "zotero-mcp"
      ],
      "env": {
        "ZOTERO_LOCAL": "<YOUR_ZOTERO_LOCAL>",
        "ZOTERO_API_KEY": "<YOUR_ZOTERO_API_KEY>",
        "ZOTERO_LIBRARY_ID": "<YOUR_ZOTERO_LIBRARY_ID>",
        "ZOTERO_LIBRARY_TYPE": "<YOUR_ZOTERO_LIBRARY_TYPE>"
      }
    }
  }
}
Claude Code
claude mcp add zotero-mcp --env ZOTERO_LOCAL=<YOUR_ZOTERO_LOCAL> --env ZOTERO_API_KEY=<YOUR_ZOTERO_API_KEY> --env ZOTERO_LIBRARY_ID=<YOUR_ZOTERO_LIBRARY_ID> --env ZOTERO_LIBRARY_TYPE=<YOUR_ZOTERO_LIBRARY_TYPE> -- uvx zotero-mcp

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →