calibre-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@calibre-mcpsearch my library for books by Terry Pratchett"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
calibre-mcp
A minimal, read-only Model Context Protocol
server for a local Calibre e-book library. It
wraps the calibredb CLI (--for-machine JSON output), so it needs no content
server and cannot modify your library — no write tools exist.
Defaults target Windows, but it runs anywhere calibredb does (macOS/Linux) —
just set the two environment variables below.
Tools
Tool | Description |
| Search using Calibre's search syntax (e.g. |
| List/browse the library, sorted; page through it with |
| Full metadata for one book by its Calibre ID. |
| Most recently added books. |
| Total number of books in the library. |
Related MCP server: Calibre RAG MCP Server
Requirements
Install
git clone https://github.com/mmccarthy404/calibre-mcp.git
cd calibre-mcp
uv syncConfiguration
Set via environment variables (Windows defaults shown; change to your paths):
Variable | Default | Notes |
|
| Path to your Calibre library folder (contains |
|
| Path to |
Run
uv run calibre-mcp # or: uv run python calibre_mcp.pyRegister with Claude Code
claude mcp add calibre --scope user -- \
uv run --directory "/path/to/calibre-mcp" python calibre_mcp.pyThen, in a new Claude session, ask things like "search my Calibre library for Erikson" or "what are my 5 most recently added books?".
License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables read-only access to local Calibre libraries for searching metadata, inspecting book formats, and extracting content samples. Supports full-text search, batch operations, and detailed book analysis through natural language queries.Last updated3MIT
- FlicenseBqualityDmaintenanceEnables semantic search and contextual conversations with your Calibre ebook library using vector-based RAG technology. Supports project-based organization, multi-format book processing, and OCR capabilities for enhanced content extraction and retrieval.Last updated72
- Alicense-qualityCmaintenanceProvides AI agents with research capabilities for local Calibre e-book libraries, including fulltext search across titles, ISBNs, and comments, plus structured excerpt retrieval from books.Last updated2GPL 3.0
- AlicenseBqualityCmaintenanceConnects AI agents to Calibre ebook libraries for searching, reading, and managing digital collections. It supports metadata updates, format conversion, and full-text content searches while providing granular permission controls for library access.Last updated718MIT
Related MCP Connectors
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
Search books and authors, fetch editions, browse subjects, and resolve cover images.
Query PostgreSQL databases in plain English — LLM-generated, safety-validated SQL.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/mmccarthy404/calibre-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server