★ 31 stars
Python
🤖 AI/LLM
Updated today
CLI & MCP server for Zotero 7/8 — let AI manage your library. 52 MCP tools + 70+ CLI commands for search, import, PDF, BibTeX, notes, and more. Works with Claude, Cursor, ChatGPT.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"cli-anything-zotero": {
"command": "uvx",
"args": [
"cli-anything-zotero"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add cli-anything-zotero uvx cli-anything-zotero
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"cli-anything-zotero": {
"command": "uvx",
"args": [
"cli-anything-zotero"
]
}
}
}
📋 Copy
Or install with pip: pip install cli-anything-zotero
Topics
academic ai ai-agents bibliography bibtex citation-manager claude-code cli cursor literature-management llm mcp mcp-server model-context-protocol openai-compatible