Skip to content

calibreweb-mcpYour ebook library, spoken to

A read-only MCP server for Calibre-Web: search the library, browse views and shelves, pull covers and download links — from Claude, Codex or any MCP client.

calibreweb-mcp architectureAn MCP client speaks stdio to calibreweb-mcp, which reads the OPDS feed of Calibre-Web over HTTPS with Basic auth; Calibre-Web serves the Calibre library.MCP clientClaude, Codex, Inspectorcalibreweb-mcp6 read-only toolsCalibre-Web/opds Atom feedCalibre librarybooks, covers, shelvesstdioHTTPSBasic authhardened XML · bounded responses · GET only
The server holds no state at all: every tool call is a GET against the OPDS routes, and Calibre-Web remains the source of truth for the Calibre library behind it.

See it run

Demo: listing the tools, searching the library and reading the stats through the MCP Inspector CLI

Released under the MIT License.