calibreweb-mcp

ni-c/calibreweb-mcp
★ 0 stars TypeScript API Integration Updated 3d ago
MCP server for Calibre-Web — read-only library access via the OPDS feed
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "calibreweb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ni-c/calibreweb-mcp"
      ]
    }
  }
}

README Excerpt

A read-only [Model Context Protocol](https://modelcontextprotocol.io) server for the self-hosted ebook library web UI. Calibre-Web has no REST API — its only stable machine-readable interface is the OPDS catalog feed it serves for e-reader apps. This server speaks that feed: Atom XML with HTTP Basic auth in, structured book data out. Search the library,

Tools (11)

CALIBRE_WEB_INSECURE_TLSCALIBRE_WEB_PASSWORDCALIBRE_WEB_URLCALIBRE_WEB_USERNAMEget_coverget_shelf_booksget_statslist_bookslist_shelvesreadersearch_books

Topics

calibrecalibre-webebooksmcpmcp-servermodel-context-protocolopdsread-onlyself-hosted