Zotero MCP Connector
Zotero MCPコネクタ
ローカルの Zotero を Claude と統合するためのモデル制御プロトコル (MCP) コネクタ。
これにより、Claude のデスクトップインターフェースからローカルの Zotero ライブラリに直接アクセスできるようになります。これは、Zotero 7 のローカル Web API にアクセスできるかどうかに依存します。
これは、Node.js と Web API を使用したリポジトリ: mcp-zoteroからインスピレーションを得ました。
これは素晴らしいpyzoteroライブラリをベースに構築されています。
インストール
Claude Desktop と MCP のやり取りに関する情報は、ここ で参照できます。
uvを使用してください。インストール手順については、こちらをご覧ください。Git プロジェクトをローカル スペースにチェックアウトし、内部の仮想環境をアクティブ化します。
git clone https://github.com/gyger/mcp-pyzotero.git
cd mcp-pyzotero
uv syncZotero 7 でローカル API を有効にします。

ローカルの Claude インストールにサーバーを追加します。
uv run mcp install zotero.pyRelated MCP server: principia-mcp
構成
このコネクタはローカルのZoteroインストールで動作するように設定されており、現在はuserライブラリのみがサポートされています。デフォルトではユーザーID 0が使用されますが、必要に応じて環境変数ZOTERO_USER_IDを設定することもできます。
uv run mcp install zotero.py -v ZOTERO_USER_ID=0利用可能な機能
コネクタは次の機能を提供します。
get_collections(): Zotero ライブラリ内のすべてのコレクションを一覧表示しますget_collection_items(collection_key): 特定のコレクション内のすべてのアイテムを取得するget_item_details(item_key): 特定の論文の詳細情報(要約を含む)を取得します。search_library(query): Zoteroライブラリ全体を検索get_recent(limit=10): ライブラリに最近追加された論文を取得します
この機能は将来拡張される予定です。
要件
Python 3.10以上
ローカル Zotero インストール
クロードデスクトップ
貢献
貢献を歓迎します! GitHubリポジトリにアクセスして、以下のことを行ってください。
問題を報告する
プルリクエストを送信する
改善を提案する
ライセンス
マサチューセッツ工科大学
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceConnects your Zotero research library with Claude and other AI assistants via the Model Context Protocol, allowing you to search your library, access content, discuss papers, get summaries, and analyze citations.374,649MIT
- FlicenseNot gradedqualityNot gradedmaintenanceEnables Claude to access and search a local Zotero library by querying metadata and providing direct paths to PDF files. This allows the model to browse research collections and natively read academic papers without requiring text extraction or manual exports.
- AlicenseAqualityCmaintenanceRead-only MCP server that lets Claude or any MCP client search and retrieve metadata, notes, full text, citations, and BibTeX from your local Zotero library via its built-in API.11MIT
- AlicenseNot gradedqualityBmaintenanceEnables natural language interaction with Zotero libraries, allowing users to search, retrieve, and update papers and metadata via AI assistants like Claude and Gemini.1GPL 2.0
Related MCP Connectors
WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. Free, open source.
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Remote MCP server for full read/write access to a Zotero library
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gyger/mcp-pyzotero'
If you have feedback or need assistance with the MCP directory API, please join our Discord server