Zotero MCP Connector

by gyger

Integrations

  • Provides direct read access to your local Zotero library, allowing Claude to search collections, view item details, and access paper abstracts

Zotero MCP Connector

A Model Control Protocol (MCP) connector for integrating your local Zotero with Claude.
This enables direct read access to your local Zotero library through Claude's Desktop interface. It depends on the ability to access a local web-api in Zotero 7.

This was inspired by a repository using Node.js and the web api: mcp-zotero.
This builds on the shoulders of the fantastic pyzotero library.

Installation

Information about Claude Desktop interacting with MCPs can be found here.

  1. Use uv. Installation instructions can be found here.
  2. Checkout the git project to local space and activate the virtual environment inside:
git clone https://github.com/gyger/mcp-pyzotero.git cd mcp-pyzotero uv sync
  1. Enable the local API in Zotero 7:
  2. Add the server to your local Claude installation:
uv run mcp install zotero.py

Configuration

The connector is configured to work with local Zotero installations and currently only user libraries are supported. By default it uses the userid 0, but you can also set the environment variable ZOTERO_USER_ID if needed:

uv run mcp install zotero.py -v ZOTERO_USER_ID=0

Available Functions

The connector provides the following functions:

  • get_collections(): List all collections in your Zotero library
  • get_collection_items(collection_key): Get all items in a specific collection
  • get_item_details(item_key): Get detailed information about a specific paper, including abstract
  • search_library(query): Search your entire Zotero library
  • get_recent(limit=10): Get recently added papers to your library

This functionality should be extended in the future.

Requirements

  • Python 3.10+
  • Local Zotero installation
  • Claude Desktop

Contributing

Contributions are welcome! Please visit the GitHub repository to:

  • Report issues
  • Submit pull requests
  • Suggest improvements

License

MIT

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

Integrates local Zotero libraries with Claude's Desktop interface, allowing users to access and manage their library collections via a local API.

  1. Installation
    1. Configuration
      1. Available Functions
        1. Requirements
          1. Contributing
            1. License

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                Allows AI to interact with your Zotero library.
                Last updated -
                5
                72
                34
                TypeScript
                MIT License
              • A
                security
                A
                license
                A
                quality
                This server allows users to interact with their Zotero library through the Model Context Protocol, providing tools for searching items, retrieving metadata, and accessing full text using natural language queries.
                Last updated -
                3
                44
                Python
                MIT License
                • Apple
                • Linux
              • A
                security
                F
                license
                A
                quality
                A server that enables Claude Desktop users to access the Claude API directly, allowing them to bypass Professional Plan limitations and use advanced features like custom system prompts and conversation management.
                Last updated -
                1
                5
                Python
                • Apple
              • -
                security
                A
                license
                -
                quality
                A server that enables MCP clients like Anthropic Claude App to interact with local Zotero libraries, allowing users to search papers, manage notes, and access research materials through natural language.
                Last updated -
                2
                Python
                Apache 2.0
                • Apple

              View all related MCP servers

              ID: q5adqkd02d