MCP Server
MCP
Calibre-Web
Read-only MCP server for Calibre-Web: library search, browsing and covers via the OPDS feed
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "calibreweb-mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Root URL of the Calibre-Web instance, e.g. https://books.example.com",
"isRequired": true,
"format": "string",
"name": "CALIBRE_WEB_URL"
},
{
"description": "Username of the Calibre-Web account (web login); leave unset together with the password for anonymous-browsing instances",
"format": "string",
"name": "CALIBRE_WEB_USERNAME"
},
{
"description": "Password of that account (web login password)",
"format": "string",
"isSecret": true,
"name": "CALIBRE_WEB_PASSWORD"
},
{
"description": "Set to true to accept self-signed certificates (scoped to the configured host)",
"format": "string",
"name": "CALIBRE_WEB_INSECURE_TLS"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/ni-c/calibreweb-mcp:0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Root URL of the Calibre-Web instance, e.g. https://books.example.com",
"isRequired": true,
"format": "string",
"name": "CALIBRE_WEB_URL"
},
{
"description": "Username of the Calibre-Web account (web login); leave unset together with the password for anonymous-browsing instances",
"format": "string",
"name": "CALIBRE_WEB_USERNAME"
},
{
"description": "Password of that account (web login password)",
"format": "string",
"isSecret": true,
"name": "CALIBRE_WEB_PASSWORD"
},
{
"description": "Set to true to accept self-signed certificates (scoped to the configured host)",
"format": "string",
"name": "CALIBRE_WEB_INSECURE_TLS"
}
]
}
]
}
mcp
model-context-protocol
npm
oci
By
Comments
Sign in to leave a comment