Cli Anything Zotero MCP Server

This tool is designed to be **used by AI, not memorized by you**. After a simple install (~3 minutes), just talk to your AI assistant in plain

Local serverstdioPython

What is the Cli Anything Zotero MCP server?

This tool is designed to be used by AI, not memorized by you. After a simple install (~3 minutes), just talk to your AI assistant in plain language:. Exposed over MCP by the cli anything zotero mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

  • Search & browse — — keyword search, full-text PDF search, collection tree, tags
  • Import — — from DOI, PMID, RIS/BibTeX files, or JSON
  • Export — — BibTeX, CSL-JSON, RIS, CSV, formatted citations
  • PDF management — — attach files, auto-find PDFs online, search annotations
  • Write operations — — update metadata, manage tags, add notes, trigger sync
  • DOCX citations — — turn {{zotero:ITEMKEY}} placeholders into static text or refreshable Zotero fields (see below)

Adding it to your client

The server ships on PyPI as cli-anything-zotero, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

Its toolset

Everything the assistant can do here goes through one of these:

  • Troubleshooting — The Troubleshooting tool exposed by this server

Configuration

You will need 4 environment variables: OPENAI_API_KEY, COLLECTION_KEY, ITEM_KEY, ZOTERO_EMBED_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the cli anything zotero mcp server does with a few real requests.

When to reach for it

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Cli Anything Zotero's toolset — Troubleshooting — is a fair guide to whether it matches your workflow. It is maintained by piaoyangguohai1; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
TroubleshootingThe Troubleshooting tool exposed by this server.

How to install the Cli Anything Zotero MCP server

{
  "mcpServers": {
    "cli-anything-zotero": {
      "command": "uvx",
      "args": ["cli-anything-zotero"],
      "env": {
        "OPENAI_API_KEY": "your-value",
        "COLLECTION_KEY": "your-value",
        "ITEM_KEY": "your-value",
        "ZOTERO_EMBED_KEY": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
OPENAI_API_KEYCredential the server authenticates with.Yes
COLLECTION_KEYCredential the server authenticates with.Yes
ITEM_KEYCredential the server authenticates with.Yes
ZOTERO_EMBED_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Cli Anything Zotero to Troubleshooting.

Frequently asked questions

It connects Cli Anything Zotero to MCP-compatible AI assistants such as Claude and Cursor, exposing 1 tool (Troubleshooting) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Cli Anything Zotero directly.