calibre-mcp
About
Calibre ebook library server: search, read content, curate metadata, semantic search, gated writes.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
CALIBRE_MCP_SERVER_URL CALIBRE_MCP_LIBRARY CALIBRE_MCP_ENABLE_WRITE CALIBRE_MCP_CALIBREDB_PATHClaude Code
claude mcp add --env CALIBRE_MCP_SERVER_URL= --env CALIBRE_MCP_LIBRARY= --env CALIBRE_MCP_ENABLE_WRITE= --env CALIBRE_MCP_CALIBREDB_PATH= calibre-mcp -- npx calibre-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"calibre-mcp","command":"npx","args":["calibre-mcp"],"env":{"CALIBRE_MCP_SERVER_URL":"","CALIBRE_MCP_LIBRARY":"","CALIBRE_MCP_ENABLE_WRITE":"","CALIBRE_MCP_CALIBREDB_PATH":""}}'
JSON
{
"mcpServers": {
"calibre-mcp": {
"command": "npx",
"args": [
"calibre-mcp"
],
"env": {
"CALIBRE_MCP_SERVER_URL": "",
"CALIBRE_MCP_LIBRARY": "",
"CALIBRE_MCP_ENABLE_WRITE": "",
"CALIBRE_MCP_CALIBREDB_PATH": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.