zotero-grounded-mcp
Related Servers
Alternatives to zotero-grounded-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceMCP server that lets AI assistants search, create, organize, and cite from a Zotero library.393MIT
- AlicenseAqualityAmaintenanceAn MCP server that gives AI assistants complete, safe access to your Zotero library for searching, citing, adding papers, and formatting bibliographies, with local-first privacy.311,409 npm39MIT
- AlicenseNot gradedqualityDmaintenanceMCP server that connects AI assistants to your Zotero library, enabling full-text PDF extraction and metadata search.MIT
- AlicenseNot gradedqualityCmaintenanceMCP server that connects to a local Zotero library, enabling search, citation generation with CSL styles, and automatic bibliography updates in Markdown documents.115 npm1MIT
- AlicenseNot gradedqualityCmaintenanceThis MCP server enables AI assistants like Claude to read and search your local Zotero bibliographic database directly from your machine.8MIT
- AlicenseAqualityCmaintenanceA lightweight and customizable MCP server for Zotero that enables AI research tools to access and manage references through a simple API.96MIT
TDQS
Scored across 9 tools
Most tools target distinct actions: retrieval (get_item, get_notes, get_attachments), discovery (search, collections), and citation output (cite, bibliography, cite_stub, process_docx). However, cite and bibliography both generate reference text, and cite_stub may be confused with cite at first glance.
All tools share the zotero_ prefix and use snake_case, but the pattern is inconsistent: some are verb_noun (zotero_get_item, zotero_process_docx), some are verb-only (zotero_search, zotero_cite), some are noun-only (zotero_collections, zotero_bibliography), and one is verb_noun with a noun complement (zotero_cite_stub). This mixed style is readable but not fully predictable.
With 9 tools, the server is well-scoped for its purpose: Zotero lookup, citation generation, and docx processing. Each tool fills a distinct role in the workflow, and the count is neither bloated nor sparse.
The tool surface covers the full citation-writing workflow: searching and retrieving items, accessing notes/attachments, generating citations and bibliographies, validating stub keys, and converting stubs into live Zotero fields. No critical missing operations for the stated domain.