MCP Directory
Back

zotero-mcp

by 54yyyu · Python · ★ 4,029

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.

#claude#mcp#semantic-search#zotero

Install

pip install git+https://github.com/54yyyu/zotero-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "zotero-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/54yyyu/zotero-mcp.git"
      ]
    }
  }
}

From the README

**Zotero MCP** seamlessly connects your [Zotero](https://www.zotero.org/) research library with [ChatGPT](https://openai.com), [Claude](https://www.anthropic.com/claude), and other AI assistants (e.g., [Cherry Studio](https://cherry-ai.com/), [Chorus](https://chorus.sh), [Cursor](https://www.cursor.com/)) via the [Model Context Protocol](https://modelcontextprotocol.io/introduction). Review papers, get summaries, analyze citations, extract PDF annotations, and more! ----|-------------|-----------------| | | Semantic search via ChromaDB, sentence-transformers, OpenAI/Gemini embeddings | | |…
Read full README on GitHub →

Related search servers