zotero-cli-cc
Provides tools for managing Zotero library items, collections, notes, tags, citations, PDF extraction, and RAG search over Zotero data.
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-cli-ccsearch for papers about natural language processing"
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.
zot — Let Zotero Fly in Your Terminal
zotero-cli-cc is a Zotero CLI built for Claude Code and AI agents.
Reads — direct local SQLite, zero-config, offline, millisecond response
Writes — safe via Zotero Web API, Zotero stays in sync
PDF + RAG — extract full text with caching; built-in BM25 (+ optional embedding) search over per-topic workspaces
Agent-native — stable JSON envelope, typed exit codes,
zot schema,--dry-run,--idempotency-key, NDJSON streamingMCP server — exposes 48 tools to Claude Desktop / LM Studio / Cursor via
zot mcp serve
Architecture
Related MCP server: zotero-mcp-lite
Install
uv tool install zotero-cli-cc # recommended
pipx install zotero-cli-cc # or
pip install zotero-cli-cc # or60-second quickstart
# Reads work out of the box — no API key, Zotero data dir auto-detected
zot search "transformer attention"
zot read ABC123
zot export ABC123 # BibTeX
# Writes need a Web API key (https://www.zotero.org/settings/keys)
zot config init
zot add --doi "10.1038/s41586-023-06139-9"In Claude Code, just ask in natural language — the bundled skill maps requests to zot commands automatically:
cp -r skill/zotero-cli-cc ~/.claude/skills/When stdout is not a TTY, zot automatically emits a stable JSON envelope so agents never need --json:
{ "ok": true, "data": { ... }, "meta": { "request_id": "...", "cli_version": "0.4.3" } }Documentation
Full docs live at https://agents365-ai.github.io/zotero-cli-cc/.
Topic | Link |
Installation & setup | |
Search, list, read | |
Notes, tags, citations | |
Add / update / delete items | |
Collections | |
Workspaces + RAG | |
PDF extraction | |
Preprint → published | |
MCP setup & tools | |
Full CLI reference | |
Agent contract (envelope, exit codes, schema) | |
Comparison with similar tools | |
Roadmap |
Why zotero-cli-cc? The only actively maintained Python CLI that reads Zotero's local SQLite database directly, with a clean read/write split: SQLite for fast offline reads, Web API for safe writes that Zotero stays aware of. See the comparison page for a feature-by-feature breakdown against similar tools.
Support
If zot helps you, consider supporting the author:
Author
Agents365-ai
Bilibili: https://space.bilibili.com/441831884
GitHub: https://github.com/Agents365-ai
License
zotero-cli-cc is dual-licensed:
Open source: GNU AGPL-3.0-or-later (see LICENSE).
Commercial: a separate commercial license is available for use in closed-source or commercial products without the AGPL's copyleft obligations (see LICENSE-COMMERCIAL).
Contributions are accepted under the project's Developer Certificate of Origin.
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
- AlicenseAqualityCmaintenanceA lightweight MCP server that connects AI agents to a local Zotero library for paper management and metadata retrieval. It enables users to search titles and abstracts, browse collections, and automatically ingest papers via arXiv ID or DOI with PDF attachments.815MIT
- AlicenseAqualityCmaintenanceA lightweight and customizable MCP server for Zotero that enables AI research tools to access and manage references through a simple API.96MIT
- Alicense-qualityAmaintenanceMCP server that lets AI assistants search, create, organize, and cite from a Zotero library.3MIT
- Alicense-qualityDmaintenanceMCP server that connects AI assistants to your Zotero library, enabling full-text PDF extraction and metadata search.MIT
Related MCP Connectors
The everything Zotero MCP server — Web API v3 + local API, safe writes, citations, search.
Remote MCP server for full read/write access to a Zotero library
65+ AI tools as MCP: research, write, code, scrape, translate, RAG, agent memory, workflows
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/Agents365-ai/zotero-cli-cc'
If you have feedback or need assistance with the MCP directory API, please join our Discord server