Skip to main content
ClaudeWave

Zotero MCP: Connects your Zotero research library with Claude and other AI assistants via the Model Context Protocol to discuss papers, get summaries, analyze citations, and more.

MCP Servers3.8k stars329 forksPythonMITUpdated 3d ago
Editor's note

Zotero MCP is a Python-based MCP server that bridges a Zotero reference library with Claude Desktop, ChatGPT, and other MCP-compatible AI clients, letting users search, read, and edit their research collections through natural conversation. Core tools cover metadata retrieval in Markdown or BibTeX, full-text access, PDF annotation extraction with page numbers, and collection and tag management. Optional extras add vector-based semantic search via ChromaDB and sentence-transformers, PDF outline extraction via PyMuPDF, and Scite citation intelligence that surfaces support/contrast tallies and retraction alerts without requiring a Scite account. A notable write feature is the ability to add papers by DOI, with the server automatically attempting to retrieve open-access PDFs through a cascade of Unpaywall, arXiv, Semantic Scholar, and PMC. The server supports local-only mode without an API key, a web API mode for cloud libraries, and a hybrid mode that reads locally while writing via the Zotero web API. Researchers, academics, and systematic reviewers who maintain large Zotero libraries are the primary audience.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · zotero-mcp
Claude Code CLI
claude mcp add zotero-mcp -- uvx zotero-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "zotero-mcp": {
      "command": "uvx",
      "args": ["zotero-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/54yyyu/zotero-mcp and follow its README.
Use cases

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
claudemcpsemantic-searchzotero

What people ask about zotero-mcp

What is 54yyyu/zotero-mcp?

+

54yyyu/zotero-mcp is mcp servers for the Claude AI ecosystem. Zotero MCP: Connects your Zotero research library with Claude and other AI assistants via the Model Context Protocol to discuss papers, get summaries, analyze citations, and more. It has 3.8k GitHub stars and was last updated 3d ago.

How do I install zotero-mcp?

+

You can install zotero-mcp by cloning the repository (https://github.com/54yyyu/zotero-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is 54yyyu/zotero-mcp safe to use?

+

Our security agent has analyzed 54yyyu/zotero-mcp and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains 54yyyu/zotero-mcp?

+

54yyyu/zotero-mcp is maintained by 54yyyu. The last recorded GitHub activity is from 3d ago, with 105 open issues.

Are there alternatives to zotero-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy zotero-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: 54yyyu/zotero-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/54yyyu-zotero-mcp)](https://claudewave.com/repo/54yyyu-zotero-mcp)
<a href="https://claudewave.com/repo/54yyyu-zotero-mcp"><img src="https://claudewave.com/api/badge/54yyyu-zotero-mcp" alt="Featured on ClaudeWave: 54yyyu/zotero-mcp" width="320" height="64" /></a>

More MCP Servers