Loading MCP server directory, please wait...
Read-only MCP server for Calibre-Web: library search, browsing and covers via the OPDS feed
npx @getmcp/cli add io.github.ni-c/calibreweb-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
CALIBRE_WEB_URLRoot URL of the Calibre-Web instance, e.g. https://books.example.com
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ni-c/calibreweb-mcp": {
"command": "npx",
"args": [
"-y",
"calibreweb-mcp"
],
"env": {
"CALIBRE_WEB_URL": "",
"CALIBRE_WEB_USERNAME": "",
"CALIBRE_WEB_PASSWORD": "",
"CALIBRE_WEB_INSECURE_TLS": ""
}
}
}
}