kujenga/zotero-mcp
If you are the rightful owner of zotero-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Model Context Protocol server for Zotero is a Python-based server that integrates Zotero with AI assistants, allowing access to Zotero libraries through MCP clients.
Tools
Functions exposed to the LLM to take actions
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_item_fulltext or zotero_item_metadata.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client