Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by swairshah • Documentation & Docs
A server enabling interaction with your local Zotero repository through the Model Context Protocol (MCP).
Search and access bibliographic information stored in Zotero.
Programmatically manage notes and papers in a Zotero library.
Integrate Zotero access into their existing tools or workflows.
The Zotero MCP Server allows MCP clients such as Anthropic Claude App and other tools like Goose or VSCode Cline to interact programmatically with your local Zotero library. This enables functionalities such as searching papers, managing notes, and more via a standardized protocol. Users can set up the server with Zotero API credentials, or alternatively, access the Zotero SQLite database directly for full control over their data.
Get metadata information about a specific Zotero item, given the item key.
Get the full text content of a Zotero item, given the item key of a parent item or specific attachment.
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_item_fulltext or zotero_item_metadata.