zotero-mcp-server

trymybiscottis/zotero-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated today
Read-only MCP server for the Zotero desktop local API (localhost:23119)
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "zotero-mcp-server": {
      "command": "uvx",
      "args": [
        "zotero-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install zotero-mcp-server

README Excerpt

A small, read-only [MCP](https://modelcontextprotocol.io) server that exposes your **Zotero** library to Claude (or any MCP client) through Zotero's built-in local HTTP API. No API keys, no cloud — it talks to the Zotero desktop app running on your machine. All tools are read-only: | Tool | Purpose |

Tools (11)

zotero_collection_itemszotero_export_bibtexzotero_export_citationzotero_get_childrenzotero_get_itemzotero_get_item_fulltextzotero_healthzotero_list_collectionszotero_list_tagszotero_saved_searcheszotero_search

Topics

fastmcpmcpmodel-context-protocolpythonzotero