Skip to main content
Glama
alexobiwan-creator

zotero-mcp-lite

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{
  "tasks": {
    "list": {},
    "cancel": {},
    "requests": {
      "tools": {
        "call": {}
      },
      "prompts": {
        "get": {}
      },
      "resources": {
        "read": {}
      }
    }
  }
}

Tools

Functions exposed to the LLM to take actions

NameDescription
zotero_search_itemsA

Search your reference library for papers, articles, books, or notes by keyword. Default searches title/author/year; use qmode='everything' to search full text and note contents. Returns item keys for get_item_metadata (details) or get_item_children (highlights/notes).

zotero_get_recentA

Get recently read, modified, or imported papers from your library. Default shows papers only; use item_type='' to include standalone notes. Use sort_by='dateAdded' for new imports, 'dateModified' for recent reading activity.

zotero_get_collectionsA

List all folders/collections in your reference library with hierarchy. Shows how your literature is organized (by project, topic, course, etc). Use collection key with get_collection_items to browse papers in a folder.

zotero_get_collection_itemsA

List all papers and references in a specific collection/folder. Default shows papers only; use item_type='' to include notes in the collection. Returns item keys for get_item_metadata (citation) or get_item_children (highlights).

zotero_search_annotationsA

Search all PDF highlights and comments across your entire library by keyword. Finds your reading insights containing the search term across all papers. Returns: highlighted text, your comments, page numbers, and parent paper context. Use for: cross-paper knowledge synthesis, finding where you discussed a concept, building thematic connections from your reading history.

zotero_get_item_metadataA

Get complete bibliographic metadata for academic citation and analysis. Returns: title, authors, abstract, journal/venue, DOI, publication date, and tags. For reading annotations use get_item_children; for full PDF text use get_item_fulltext. TIP: For structured literature review, invoke /literature_review prompt instead of ad-hoc analysis.

zotero_get_item_childrenA

Retrieve your reading annotations and notes for a paper. Returns: PDF highlights (with colors), margin comments, and standalone notes. Essential for literature_review prompt to analyze your reading insights.

zotero_get_item_fulltextA

Extract and read the full text content from a PDF paper. Use when you need to analyze the actual paper content beyond the abstract. Long papers are truncated; ask about specific sections if needed.

zotero_create_noteA

Create a note in Zotero with full formatting support (tables, lists, line breaks). Use for: saving literature reviews, summaries, research memos, or any content. Attach to a paper with parent_key for organized reference management. Content is auto-converted to HTML; line breaks and spacing are preserved.

Prompts

Interactive templates invoked by user choice

NameDescription
knowledge_discoveryExplore your personal knowledge base on a topic. Prompt loaded from ~/.zotero-mcp/prompts/knowledge_discovery.md or package defaults.
literature_reviewDeep academic analysis of a single paper. Prompt loaded from ~/.zotero-mcp/prompts/literature_review.md or package defaults.
comparative_reviewSynthesize multiple papers into a comparative review. Prompt loaded from ~/.zotero-mcp/prompts/comparative_review.md or package defaults.
bibliography_exportExport formatted citations and BibTeX for selected papers. Prompt loaded from ~/.zotero-mcp/prompts/bibliography_export.md or package defaults.

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/alexobiwan-creator/zotero-mcp-lite'

If you have feedback or need assistance with the MCP directory API, please join our Discord server