Zotero MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ZOTERO_LOCALNoUse the local Zotero API instead of the web APIfalse
ZOTERO_API_KEYNoYour Zotero API key (not required for the local API)
ZOTERO_LIBRARY_IDNoYour Zotero library ID (your user ID for user libraries, not required for the local API)
ZOTERO_LIBRARY_TYPENoThe type of library (user or group)user

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
zotero_item_metadata

Get metadata information about a specific Zotero item, given the item key.

zotero_item_fulltext

Get the full text content of a Zotero item, given the item key of a parent item or specific attachment.

zotero_search_items

Search for items in your Zotero library, given a query string, query mode (titleCreatorYear or everything), and optional tag search (supports boolean searches). Returned results can be looked up with zotero_get_fulltext or zotero_get_metadata.