PluginBench
MCP Server
Active
MIT

Calibre-Web MCP Server

io.github.ni-c/calibreweb-mcp

What is the Calibre-Web MCP server?

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

How to install Calibre-Web

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • CALIBRE_WEB_URL
    required

    Root URL of the Calibre-Web instance, e.g. https://books.example.com

  • CALIBRE_WEB_USERNAME

    Username of the Calibre-Web account (web login); leave unset together with the password for anonymous-browsing instances

  • CALIBRE_WEB_PASSWORD
    secret

    Password of that account (web login password)

  • CALIBRE_WEB_INSECURE_TLS

    Set to true to accept self-signed certificates (scoped to the configured host)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "calibreweb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "calibreweb-mcp"
      ],
      "env": {
        "CALIBRE_WEB_URL": "<YOUR_CALIBRE_WEB_URL>",
        "CALIBRE_WEB_USERNAME": "<YOUR_CALIBRE_WEB_USERNAME>",
        "CALIBRE_WEB_PASSWORD": "<YOUR_CALIBRE_WEB_PASSWORD>",
        "CALIBRE_WEB_INSECURE_TLS": "<YOUR_CALIBRE_WEB_INSECURE_TLS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "calibreweb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "calibreweb-mcp"
      ],
      "env": {
        "CALIBRE_WEB_URL": "<YOUR_CALIBRE_WEB_URL>",
        "CALIBRE_WEB_USERNAME": "<YOUR_CALIBRE_WEB_USERNAME>",
        "CALIBRE_WEB_PASSWORD": "<YOUR_CALIBRE_WEB_PASSWORD>",
        "CALIBRE_WEB_INSECURE_TLS": "<YOUR_CALIBRE_WEB_INSECURE_TLS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "calibreweb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "calibreweb-mcp"
      ],
      "env": {
        "CALIBRE_WEB_URL": "<YOUR_CALIBRE_WEB_URL>",
        "CALIBRE_WEB_USERNAME": "<YOUR_CALIBRE_WEB_USERNAME>",
        "CALIBRE_WEB_PASSWORD": "<YOUR_CALIBRE_WEB_PASSWORD>",
        "CALIBRE_WEB_INSECURE_TLS": "<YOUR_CALIBRE_WEB_INSECURE_TLS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "calibreweb-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "calibreweb-mcp"
      ],
      "env": {
        "CALIBRE_WEB_URL": "<YOUR_CALIBRE_WEB_URL>",
        "CALIBRE_WEB_USERNAME": "<YOUR_CALIBRE_WEB_USERNAME>",
        "CALIBRE_WEB_PASSWORD": "<YOUR_CALIBRE_WEB_PASSWORD>",
        "CALIBRE_WEB_INSECURE_TLS": "<YOUR_CALIBRE_WEB_INSECURE_TLS>"
      }
    }
  }
}
Claude Code
claude mcp add calibreweb-mcp --env CALIBRE_WEB_URL=<YOUR_CALIBRE_WEB_URL> --env CALIBRE_WEB_USERNAME=<YOUR_CALIBRE_WEB_USERNAME> --env CALIBRE_WEB_PASSWORD=<YOUR_CALIBRE_WEB_PASSWORD> --env CALIBRE_WEB_INSECURE_TLS=<YOUR_CALIBRE_WEB_INSECURE_TLS> -- npx -y calibreweb-mcp

Related MCP servers

Browse your Audiobookshelf libraries and keep listening progress, bookmarks and playlists in sync

0
TypeScript
MIT
View repository →

FreshRSS

Active

MCP server for FreshRSS, the self-hosted RSS feed aggregator

0
TypeScript
MIT
View repository →

Manage DNS zones and records (zonefiles, RRSets, TTL, protection) via the Hetzner Cloud API

0
TypeScript
MIT
View repository →

MCP server for Linkwarden, the self-hosted bookmark manager with page preservation

0
TypeScript
MIT
View repository →

mcp-hub

Active

Serve many stdio MCP servers from one container, for ChatGPT, Claude and other MCP clients

0
TypeScript
MIT
View repository →

MCP server for Mealie, the self-hosted recipe manager and meal planner

0
TypeScript
MIT
View repository →