Home › Search & Research › calibre-mcp
calibre-mcp
Calibre ebook library server: search, read content, curate metadata, semantic search, gated writes.
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.7.4)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"calibre-mcp": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"CALIBRE_MCP_SERVER_URL": "<YOUR_VALUE>",
"CALIBRE_MCP_LIBRARY": "<YOUR_VALUE>",
"CALIBRE_MCP_ENABLE_WRITE": "<YOUR_VALUE>",
"CALIBRE_MCP_CALIBREDB_PATH": "<YOUR_VALUE>"
}
}
}
}
CALIBRE_MCP_SERVER_URL— Calibre Content Server base URL (default http://localhost:8080)CALIBRE_MCP_LIBRARY— Library name; empty = auto-detect the server's default libraryCALIBRE_MCP_ENABLE_WRITE— Set to 1 to enable the write tools (update/bulk-update/add/remove); off by defaultCALIBRE_MCP_CALIBREDB_PATH— Path to the calibredb binary; empty = auto-discover the standard install location
Related servers
Sui Knowledge Base (kapa.ai)
Semantic search across Sui documentation and knowledge sources, powered by kapa.ai
wigolo
Local-first web intelligence MCP server for AI coding agents
Zotero MCP
Search, read, annotate, and add to your Zotero research library, local or web.
exa-mcp-server
Connect AI agents to Exa for web search, content fetching, and multi-step research.
arxiv-mcp-server
Search arXiv papers, download full text, semantic search, citation graphs, and alerts via MCP.
trieve
Crawl, embed, chunk, search, and retrieve information from datasets through [Trieve](https://trieve.ai)
Data from the Official MCP Registry