Zotero MCP Agent
Allows managing your Zotero library, including searching items, reading item content, and exporting the library to Markdown.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Zotero MCP AgentSearch for the latest papers on LLM Agents and download two of them."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Zotero MCP Agent
An MCP server that allows an LLM to research online papers, manage your Zotero library, and export knowledge bases.
Installation
Install Dependencies:
pip install -r requirements.txt(Or use
uv syncif using uv)Configuration:
Copy
.env.exampleto.env:cp .env.example .envFill in your keys in
.env(Zotero API Key, LLM Key, Tavily Key).Proxy: If you are in a restricted network environment (e.g. using v2rayN), ensure
HTTP_PROXYandHTTPS_PROXYare set in.env.
Related MCP server: zotero-mcp-lite
Usage with Chatbox / Claude Desktop
To use this MCP server, you need to configure your client to run the server script.
Command
The server runs via standard input/output (stdio).
Command: python
Arguments: [absolute/path/to/main.py]
Example configuration for Claude Desktop claude_desktop_config.json:
{
"mcpServers": {
"zotero-agent": {
"command": "python",
"args": [
"D:/Yan2file/zotero-mcp/main.py"
],
"env": {
"PYTHONPATH": "D:/Yan2file/zotero-mcp"
}
}
}
}
> [!IMPORTANT]
> **Windows Users**: If you encounter errors like `[Errno 2] No such file or directory` where the path looks mashed together:
> 1. Use **forward slashes** (`/`) in your paths.
> 2. Point to `main.py` in the root folder, NOT `src/server.py`.
> Example: `D:/Yan2file/zotero-mcp/main.py`
*Note: You might need to use the full path to your python executable if it's in a virtual environment (e.g. `D:/Yan2file/zotero-mcp/.venv/Scripts/python.exe`).*
## Available Tools
- `search_online_papers(query, download=True)`: Search and download PDFs.
- `read_local_paper(file_path)`: Read the text content of a downloaded PDF.
- `read_zotero_item(item_key)`: Read the content of a Zotero item by its Key (e.g. `ABCD1234`).
- `search_local_library(query)`: Search your Zotero library.
- `export_knowledge_base(output_path)`: Export Zotero items to Markdown.
## Example Prompts
- "Search for the latest papers on LLM Agents and download two of them."
- "Download the paper 'Attention is All You Need' and summarize its key contributions."This server cannot be installed
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
- Alicense-qualityCmaintenanceEnables searching, downloading, and exporting academic papers from 20+ scholarly sources including arXiv, PubMed, and Semantic Scholar. Supports multi-source concurrent search, citation network tracing, and export to CSV, RIS, and BibTeX.Last updatedMIT
- AlicenseAqualityDmaintenanceEnables AI assistants to search, read, and manage Zotero references locally with customizable research workflows.Last updated94MIT
- AlicenseAqualityBmaintenanceEnables LLM-powered tools to interact with Zotero academic libraries, including searching papers, adding arXiv papers, updating metadata, and generating literature reviews.Last updated32101MIT
- Alicense-qualityBmaintenanceEnables natural language interaction with Zotero libraries, allowing users to search, retrieve, and update papers and metadata via AI assistants like Claude and Gemini.Last updated1GPL 2.0
Related MCP Connectors
Search arXiv/Semantic Scholar/OpenAlex + medical evidence (PubMed/Europe PMC) + LaTeX/PDF tools.
Search and download academic papers from arXiv, PubMed, bioRxiv, medRxiv, Google Scholar, Semantic…
Find academic papers across major sources like arXiv, PubMed, bioRxiv, and more. Download PDFs whe…
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/744649181/zotero-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server