Home › Search & Research › Zotero MCP
Zotero MCP
Search, read, annotate, and add to your Zotero research library, local or web.
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (pypi 0.13.1)
uvx zotero-mcp-server
Or add to your MCP client config:
{
"mcpServers": {
"zotero-mcp": {
"command": "uvx",
"args": [
"zotero-mcp-server"
],
"env": {
"ZOTERO_LOCAL": "<YOUR_VALUE>",
"ZOTERO_API_KEY": "<YOUR_VALUE>",
"ZOTERO_LIBRARY_ID": "<YOUR_VALUE>",
"ZOTERO_LIBRARY_TYPE": "<YOUR_VALUE>",
"ZOTERO_MCP_TOOLSETS": "<YOUR_VALUE>"
}
}
}
}
ZOTERO_LOCAL— Read from the local Zotero desktop app instead of the web API. Requires Zotero 7+ with the local API enabled in Settings > Advanced.ZOTERO_API_KEYsecret — Zotero Web API key from https://www.zotero.org/settings/keys. Only needed when ZOTERO_LOCAL is false, or for write operations in hybrid mode.ZOTERO_LIBRARY_ID— Zotero user or group library ID. Only needed when ZOTERO_LOCAL is false, or for write operations in hybrid mode.ZOTERO_LIBRARY_TYPE— Whether ZOTERO_LIBRARY_ID refers to a personal or a group library.ZOTERO_MCP_TOOLSETS— Which optional tool groups to expose, as a comma-separated list. Every tool is sent to the model on each request, so optional capabilities are off by default. Use 'all' for the full surface, 'none' for core only, named groups (scite, duplicates, discovery, feeds, relations, libraries, search-admin, pdf-geometry) to add them, or a leading '-' to subtract.
This server takes extra arguments — see its repository.
Related servers
Sui Knowledge Base (kapa.ai)
Semantic search across Sui documentation and knowledge sources, powered by kapa.ai
wigolo
Local-first web intelligence MCP server for AI coding agents
exa-mcp-server
Connect AI agents to Exa for web search, content fetching, and multi-step research.
arxiv-mcp-server
Search arXiv papers, download full text, semantic search, citation graphs, and alerts via MCP.
trieve
Crawl, embed, chunk, search, and retrieve information from datasets through [Trieve](https://trieve.ai)
brightdata-mcp
Bright Data's Web MCP server enabling AI agents to search, extract & navigate the web
Data from the Official MCP Registry