Zotero MCP Server

23 tools. 4 can modify or destroy data without limits.

1 destructive tool with no built-in limits. Policy required.

Last updated:

4 can modify or destroy data
19 read-only
23 tools total

Community server · catalogue entry verified 29/06/2026

How to control Zotero MCP Server ↓

What Zotero MCP Server exposes to your agents

Read (19) Write / Execute (3) Destructive / Financial (1)
Critical Risk

The most dangerous Zotero MCP Server tools

4 of Zotero MCP Server's 23 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Zotero MCP Server

PolicyLayer is an MCP gateway — it sits between your AI agents and Zotero MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "zotero_clear_fulltext_processing_queue": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "zotero_batch_update_tags": {
    "limits": [
      {
        "counter": "zotero_batch_update_tags_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "zotero_advanced_search": {
    "limits": [
      {
        "counter": "zotero_advanced_search_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Zotero MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON ZOTERO →

Instant setup, no code required.

All 23 Zotero MCP Server tools

READ 19 tools
Read zotero_advanced_search Perform an advanced search with multiple criteria. Read zotero_get_annotations Get all annotations for a specific item or across your entire Zotero library. Read zotero_get_collection_items Get all items in a specific Zotero collection. Read zotero_get_collections List all collections in your Zotero library. Read zotero_get_fulltext_indexing_status Get the current status of full-text indexing background processing. Read zotero_get_fulltext_processing_stats Get detailed statistics about full-text processing. Read zotero_get_item_children Get all child items (attachments, notes) for a specific Zotero item. Read zotero_get_item_fulltext Get the full text content of a Zotero item (a publication library item, a literature database item) by its key Read zotero_get_item_metadata Get detailed metadata for a specific Zotero item (literature database item, publication item) by its key. Read zotero_get_notes Retrieve notes from your Zotero library, with options to filter by parent item. Read zotero_get_recent Get recently added items to your Zotero library. Read zotero_get_search_database_status Get status information about the semantic search database. Read zotero_get_tags Get all tags used in your Zotero library. Read zotero_pause_fulltext_processing Pause or resume full-text indexing background processing. Read zotero_queue_fulltext_processing Manually queue items for full-text processing. Read zotero_search_by_tag Search for items in your Zotero library (literature database, publications, etc.) by tag. Read zotero_search_items Search for items in the Zotero literature database / the Zotero library, given a query string. The user may ca Read zotero_search_notes Search for notes across your Zotero library. Read zotero_semantic_search Prioritized search tool in the literature database / publications database. Perform semantic search over your

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Zotero MCP Server

Can an AI agent delete data through the Zotero MCP Server MCP server? +

Yes. The Zotero MCP Server server exposes 1 destructive tools including zotero_clear_fulltext_processing_queue. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Zotero MCP Server? +

The Zotero MCP Server server has 3 write tools including zotero_batch_update_tags, zotero_create_note, zotero_update_search_database. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Zotero MCP Server.

How many tools does the Zotero MCP Server MCP server expose? +

23 tools across 3 categories: Destructive, Read, Write. 19 are read-only. 4 can modify, create, or delete data.

How do I enforce a policy on Zotero MCP Server? +

Register the Zotero MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Zotero MCP Server tool call.

Deterministic rules across all 23 Zotero MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

23 Zotero MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.