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. |
| Full metadata for one book by its Calibre ID. |
| Most recently added books. |
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.
Latest Blog Posts
- 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