# Zotero Integration (Optional) > πŸ‡¨πŸ‡³ δΈ­ζ–‡η‰ˆοΌš[ZOTERO_CN.md](ZOTERO_CN.md) > Plugs into [`/research-lit`](../../skills/research-lit/SKILL.md) and the upstream skills that call it (`/idea-discovery`, `/research-pipeline`). If you use [Zotero](https://www.zotero.org/) to manage your paper library, `/research-lit` can search your collections, read your annotations/highlights, and export BibTeX β€” all **before** searching the web. This dramatically improves citation quality because the literature search starts from papers you've already vetted. ## Recommended MCP server **[zotero-mcp](https://github.com/54yyyu/zotero-mcp)** (1.8k⭐, semantic search, PDF annotations, BibTeX export) ```bash # Install uv tool install zotero-mcp-server # or: pip install zotero-mcp-server # Add to Claude Code (Local API β€” requires Zotero desktop running) claude mcp add zotero -s user -- zotero-mcp -e ZOTERO_LOCAL=true # Or use Web API (works without Zotero running) claude mcp add zotero -s user -- zotero-mcp \ -e ZOTERO_API_KEY=your_key -e ZOTERO_USER_ID=your_id ``` > Get your API key at https://www.zotero.org/settings/keys ## What it enables in `/research-lit` - πŸ” Search your Zotero library by topic (including semantic/vector search) - πŸ“‚ Browse collections and tags - πŸ“ Read your PDF annotations and highlights (what *you* personally found important) - πŸ“„ Export BibTeX for direct use in paper writing ## How `/research-lit` orders sources When Zotero is configured, the default search order becomes: 1. **Zotero** (your library β€” fastest, highest signal) 2. **Obsidian** (if [also configured](OBSIDIAN.md) β€” your processed notes) 3. **Local PDFs** under the project directory 4. **Web** (arXiv, Semantic Scholar, Exa, DeepXiv) Override the default with `β€” sources: zotero, web` or `β€” sources: all`. ## Fallback: no Zotero Without Zotero configured, `/research-lit` automatically skips it and uses local PDFs + web search instead. No errors, no warnings. ## Combined Zotero + Obsidian workflow Many researchers use Zotero for paper storage and Obsidian for notes. Both integrations work simultaneously β€” `/research-lit` checks Zotero first (raw papers + annotations), then Obsidian (your processed notes), then local PDFs, then web. See [OBSIDIAN.md](OBSIDIAN.md) for the Obsidian half of the setup. ## Related skills - [`/research-lit`](../../skills/research-lit/SKILL.md) β€” primary consumer - [`/idea-discovery`](../../skills/idea-discovery/SKILL.md) β€” uses `/research-lit` internally - [`/research-pipeline`](../../skills/research-pipeline/SKILL.md) β€” Workflow 1 + 2 + 3 end-to-end