MCP Directory
Back

cli-anything-zotero

by PiaoyangGuohai1 · Python · ★ 98

CLI server for Zotero 7/8/9 — let AI manage your library. 70+ CLI commands for search, import, PDF, BibTeX, notes, and more. Works with Claude, Cursor, ChatGPT.

#academic#ai#ai-agents#bibliography#bibtex#citation-manager#claude-code#cli#cursor#literature-management#llm#mcp#mcp-server#model-context-protocol#openai-compatible#python#reference-manager#research-tools#zotero#zotero-plugin

Install

pip install git+https://github.com/PiaoyangGuohai1/cli-anything-zotero.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "cli-anything-zotero": {
      "command": "uvx",
      "args": [
        "git+https://github.com/PiaoyangGuohai1/cli-anything-zotero.git"
      ]
    }
  }
}

From the README

[](https://pypi.org/project/cli-anything-zotero/) [](https://python.org) [](LICENSE) [](https://github.com/PiaoyangGuohai1/cli-anything-zotero/releases) [](https://github.com/PiaoyangGuohai1/cli-anything-zotero/stargazers) **Let AI manage your Zotero library.** [中文文档](docs/README_zh.md) | English > **MCP legacy notice:** is the final release with the command and extra. New releases are CLI/SDK-first. Existing MCP users should pin or use the branch. Built on [CLI-Anything](https://github.com/HKUDS/CLI-Anything) by [HKUDS](https://github.com/HKUDS), this tool gives AI agents full access…
Read full README on GitHub →

Related productivity servers