← Back to Plugins
MCP Server MCP

Calibre-Web

github By github 👁 1 views ▲ 0 votes

Read-only MCP server for Calibre-Web: library search, browsing and covers via the OPDS feed

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...