Zotero MCP Server
cr625
README
Zotero MCP Server
A Model Context Protocol (MCP) server that integrates with Zotero, allowing AI applications to access and manipulate Zotero libraries.
Features
- Search for items in Zotero libraries
- Get citations and bibliographies
- Add new items to Zotero libraries
- Access collections and items
- Support for both personal and group libraries
Installation
-
Clone the repository:
git clone https://github.com/your-username/zotero-mcp-server.git cd zotero-mcp-server -
Create a virtual environment:
python -m venv venv -
Activate the virtual environment:
- On Linux/macOS:
source venv/bin/activate - On Windows:
venv\Scripts\activate
- On Linux/macOS:
-
Install dependencies:
pip install -r requirements.txt
Configuration
-
Copy the example environment file:
cp .env.example .env -
Edit the
.envfile with your Zotero API credentials:ZOTERO_API_KEY=your_api_key_here ZOTERO_USER_ID=your_numeric_user_id_here # ZOTERO_GROUP_ID=your_group_id_here # Uncomment to use a group libraryYou need to set either
ZOTERO_USER_ID(for personal libraries) orZOTERO_GROUP_ID(for group libraries). -
If you're not sure how to find your Zotero user ID, run:
./find_zotero_id.py
Usage
Running the Server
python src/server.py
The server will start and listen for JSON-RPC requests on standard input/output.
Testing the Server
./simple_test.py
This will run a series of tests to verify that the server is working correctly.
Integration with AI Applications
The Zotero MCP server can be integrated with AI applications that support the Model Context Protocol. See the USAGE_GUIDE.md file for detailed examples.
Available Resources
zotero://collections: List of collections in the Zotero libraryzotero://items/top: Top-level items in the Zotero libraryzotero://items/recent: Recently added or modified items in the Zotero libraryzotero://collections/{collection_key}/items: Items in a specific Zotero collectionzotero://items/{item_key}: Details of a specific Zotero itemzotero://items/{item_key}/citation/{style}: Citation for a specific Zotero item in a specific style
Available Tools
search_items: Search for items in the Zotero libraryget_citation: Get citation for a specific itemadd_item: Add a new item to the Zotero libraryget_bibliography: Get bibliography for multiple items
Documentation
For more detailed information, see:
USAGE_GUIDE.md: Comprehensive usage guidetest_client.py: Interactive test clientsimple_test.py: Simple test scriptfind_zotero_id.py: Helper script to find your Zotero IDs
License
MIT
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Recommended Servers
mixpanel
Connect to your Mixpanel data. Query events, retention, and funnel data from Mixpanel analytics.
Sequential Thinking MCP Server
This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.
Crypto Price & Market Analysis MCP Server
A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.
MCP PubMed Search
Server to search PubMed (PubMed is a free, online database that allows users to search for biomedical and life sciences literature). I have created on a day MCP came out but was on vacation, I saw someone post similar server in your DB, but figured to post mine.
dbt Semantic Layer MCP Server
A server that enables querying the dbt Semantic Layer through natural language conversations with Claude Desktop and other AI assistants, allowing users to discover metrics, create queries, analyze data, and visualize results.
Nefino MCP Server
Provides large language models with access to news and information about renewable energy projects in Germany, allowing filtering by location, topic (solar, wind, hydrogen), and date range.
Vectorize
Vectorize MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.
MATLAB MCP Server
Integrates MATLAB with AI to execute code, generate scripts from natural language, and access MATLAB documentation seamlessly.
Macrostrat MCP Server
Enables Claude to query comprehensive geologic data from the Macrostrat API, including geologic units, columns, minerals, and timescales through natural language.
MCP Word Counter
A Model Context Protocol server that provides tools for analyzing text documents, including counting words and characters. This server helps LLMs perform text analysis tasks by exposing simple document statistics functionality.