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.
What this skill does
# Zotero MCP — Academic Reference Management 50 tools across 5 categories for managing academic references and building knowledge. ## Tool Categories ### 1. Zotero Library (18 tools — Start Here) | 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 | ### 2. Zotero Write Operations (6 tools) | 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 | ### 3. Citation & Export (3 tools) | 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 | ### 4. Academic Search (7 tools — Semantic Scholar + ORCID) | 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 | ### 5. Knowledge Graph (13 tools) | 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 | ## Common Workflows ### Literature Review 1. `academic_search` — find papers on a topic 2. `academic_get_references` — explore key papers' references 3. `import_publications_to_zotero` — add relevant papers to Zotero 4. `zotero_add_to_collection` — organize into collection 5. `zotero_to_biblatex_apa` — generate bibliography entries ### Citation Generation 1. `zotero_search` or `zotero_search_by_doi` — find item 2. `zotero_to_apa` — for in-text or reference list 3. `zotero_to_biblatex_apa` — for LaTeX documents ### Knowledge Graph Analysis 1. `graph_import_from_zotero` — populate graph from library 2. `graph_community` — find research clusters 3. `graph_co_author_stats` — identify key collaborators 4. `graph_citation_network` — trace influence paths ### Semantic Search (First Use) 1. `zotero_build_index` — build vector index (one-time, takes ~30s) 2. `zotero_semantic_search` — search by meaning, not just keywords ## Best Practices 1. **Use `academic_search` for discovery, `zotero_search` for your library** — don't confuse external search with local search 2. **Build semantic index once** — `zotero_build_index` only needs to run when library changes significantly 3. **Use DOI whenever possible** — `zotero_add_item_by_doi` auto-fills all metadata correctly 4. **Check duplicates periodically** — `zotero_find_duplicates` prevents bibliography bloat 5. **Organize with collections** — use `zotero_create_collection` + `zotero_add_to_collection` for project-based organization
Related in AI Agents
skill-development
IncludedComprehensive meta-skill for creating, managing, validating, auditing, and distributing Claude Code skills and slash commands (unified in v2.1.3+). Provides skill templates, creation workflows, validation patterns, audit checklists, naming conventions, YAML frontmatter guidance, progressive disclosure examples, and best practices lookup. Use when creating new skills, validating existing skills, auditing skill quality, understanding skill architecture, needing skill templates, learning about YAML frontmatter requirements, progressive disclosure patterns, tool restrictions (allowed-tools), skill composition, skill naming conventions, troubleshooting skill activation issues, creating custom slash commands, configuring command frontmatter, using command arguments ($ARGUMENTS, $1, $2), bash execution in commands, file references in commands, command namespacing, plugin commands, MCP slash commands, Skill tool configuration, or deciding between skills vs slash commands. Delegates to docs-management skill for official documentation.
reprompter
IncludedTransform messy prompts into well-structured, effective prompts — single or multi-agent. Use when: "reprompt", "reprompt this", "clean up this prompt", "structure my prompt", rough text needing XML tags and best practices, "reprompter teams", "repromptception", "run with quality", "smart run", "smart agents", multi-agent tasks, audits, parallel work, anything going to agent teams. Don't use when: simple Q&A, pure chat, immediate execution-only tasks. See "Don't Use When" section for details. Outputs: Structured XML/Markdown prompt, quality score (before/after), optional team brief + per-agent sub-prompts, agent team output files. Success criteria: Single mode quality score ≥ 7/10; Repromptception per-agent prompt quality score 8+/10; all required sections present, actionable and specific.
adaptive-compaction
IncludedAdaptive add-on policy and recovery layer that decides WHEN to compact, prune, snapshot, or fork -- replacing fixed-percent auto-compaction across Claude Code, Codex, and MCP-capable hosts. Trigger on auto-compact timing or damage: "when should I compact", "is it safe to compact now or start a fresh session", "auto-compact fires too early/mid-task", "switching to an unrelated task but the window still has space", "context rot", "answers get worse the longer the session runs", "the agent forgot the plan or my decisions after it summarized", "add a layer on top that manages context without changing the agent", raising autoCompactWindow to give the policy room, or installing/tuning a cross-tool compaction policy or PreCompact hook -- even when "compaction" is never said but the problem is context-window pressure or post-summarization memory loss. Do NOT use to summarize a conversation, build RAG, write a summarization prompt (decides WHEN not HOW), or answer max-context-length trivia.
agent-skill-creator
IncludedCreate cross-platform agent skills from workflow descriptions. Activates when users ask to create an agent, automate a repetitive workflow, create a custom skill, or need advanced agent creation. Triggers on phrases like create agent for, automate workflow, create skill for, every day I have to, daily I need to, turn process into agent, need to automate, create a cross-platform skill, validate this skill, export this skill, migrate this skill. Supports single skills, multi-agent suites, transcript processing, template-based creation, interactive configuration, cross-platform export, and spec validation.
llm-wiki
IncludedUse when building or maintaining a persistent personal knowledge base (second brain) in Obsidian where an LLM incrementally ingests sources, updates entity/concept pages, maintains cross-references, and keeps a synthesis current. Triggers include "second brain", "Obsidian wiki", "personal knowledge management", "ingest this paper/article/book", "build a research wiki", "compound knowledge", "Memex", or whenever the user wants knowledge to accumulate across sessions instead of being re-derived by RAG on every query.
skill-master
IncludedAgent Skills authoring, evaluation, and optimization. Create, edit, validate, benchmark, and improve skills following the agentskills.io specification. Use when designing SKILL.md files, structuring skill folders (references, scripts, assets), ingesting external documentation into skills, running trigger evals, benchmarking skill quality, optimizing descriptions, or performing blind A/B comparisons. Keywords: agentskills.io, SKILL.md, skill authoring, eval, benchmark, trigger optimization.