From che-zotero-mcp
Guide for using Zotero MCP tools to manage references, search academic papers, generate citations, and build knowledge graphs. Use when user asks about Zotero, citations, bibliography, literature review, academic search, or knowledge graph.
npx claudepluginhub psychquant/psychquant-claude-plugins --plugin che-zotero-mcpThis skill is limited to using the following tools:
50 tools across 5 categories for managing academic references and building knowledge.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
50 tools across 5 categories for managing academic references and building knowledge.
| Tool | Purpose |
|---|---|
zotero_search | Search library by keyword |
zotero_semantic_search | AI-powered semantic search (needs zotero_build_index first) |
zotero_search_by_doi | Find item by DOI |
zotero_get_recent | Recently added items |
zotero_get_metadata | Full metadata for an item |
zotero_get_collections | List all collections |
zotero_get_items_in_collection | Items in a specific collection |
zotero_get_tags | All tags in library |
zotero_get_annotations | Highlights and notes from PDFs |
zotero_get_attachments | Attached files (PDFs, etc.) |
zotero_get_notes | Standalone notes |
zotero_get_my_publications | Items marked as your publications |
zotero_list_groups | Shared group libraries |
zotero_get_config | Current API configuration |
zotero_set_config | Update API configuration |
zotero_find_duplicates | Detect duplicate items |
zotero_normalize_titles | Fix title casing |
zotero_build_index | Build semantic search index |
| Tool | Purpose |
|---|---|
zotero_create_item | Create item manually |
zotero_add_item_by_doi | Add item by DOI (auto-fills metadata) |
zotero_add_attachment | Attach file to item |
zotero_add_to_collection | Add item to collection |
zotero_create_collection | Create new collection |
zotero_delete_item | Delete item |
zotero_delete_collection | Delete collection |
zotero_set_in_my_publications | Toggle "My Publications" flag |
| Tool | Purpose |
|---|---|
zotero_to_apa | Generate APA citation |
zotero_to_biblatex_apa | Generate BibLaTeX entry (APA style) |
resolve_references | Resolve in-text references to DOIs |
| Tool | Purpose |
|---|---|
academic_search | Search papers on Semantic Scholar |
academic_search_author | Search by author name |
academic_lookup_doi | Look up paper by DOI |
academic_get_citations | Papers that cite a given paper |
academic_get_references | References of a given paper |
academic_compare_papers | Compare two papers side-by-side |
orcid_get_publications | Get publications from ORCID ID |
import_publications_to_zotero | Import from Semantic Scholar to Zotero |
| Tool | Purpose |
|---|---|
graph_stats | Graph overview (nodes, edges, density) |
graph_add_node | Add paper/author/concept node |
graph_add_edge | Add relationship edge |
graph_remove_node | Remove node |
graph_remove_edge | Remove edge |
graph_save | Persist graph to disk |
graph_neighbors | Find connected nodes |
graph_shortest_path | Path between two nodes |
graph_co_author_stats | Co-authorship statistics |
graph_citation_network | Citation flow analysis |
graph_community | Detect research communities |
graph_query | Custom graph queries |
graph_import_from_zotero | Import Zotero library into graph |
academic_search — find papers on a topicacademic_get_references — explore key papers' referencesimport_publications_to_zotero — add relevant papers to Zoterozotero_add_to_collection — organize into collectionzotero_to_biblatex_apa — generate bibliography entrieszotero_search or zotero_search_by_doi — find itemzotero_to_apa — for in-text or reference listzotero_to_biblatex_apa — for LaTeX documentsgraph_import_from_zotero — populate graph from librarygraph_community — find research clustersgraph_co_author_stats — identify key collaboratorsgraph_citation_network — trace influence pathszotero_build_index — build vector index (one-time, takes ~30s)zotero_semantic_search — search by meaning, not just keywordsacademic_search for discovery, zotero_search for your library — don't confuse external search with local searchzotero_build_index only needs to run when library changes significantlyzotero_add_item_by_doi auto-fills all metadata correctlyzotero_find_duplicates prevents bibliography bloatzotero_create_collection + zotero_add_to_collection for project-based organization