mcpbeat Sign in

Calibre-Web MCP Server

local only

Calibre-Web runs on your own machine — the client starts it, so there is no endpoint to ping. 412 installs a week from npm. Last commit 29 Aug 2026.

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

Installs per day peak 357 · avg 11
a month agotoday
412
Installs / week
npm · calibreweb-mcp
0
Stars
0 open issues
29 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 12 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Reaches cloud metadata service src/hosts.ts:16
  'metadata.google.internal',

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Calibre-Web and you get told the day something new turns up.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add calibreweb-mcp -- npx -y calibreweb-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "calibreweb-mcp": {
      "args": [
        "-y",
        "calibreweb-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.calibreweb-mcp]
command = "npx"
args = ["-y", "calibreweb-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "calibreweb-mcp": {
      "args": [
        "-y",
        "calibreweb-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "calibreweb-mcp": {
      "args": [
        "-y",
        "calibreweb-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Calibre-Web

same job, measured the same way
Localgym MCP Server
by lo-nau

Read-only MCP server for UK gym search using the LocalGym Agent API.

62 installs/wk local only
operant-mcp
by saagpatel

Read-only MCP server for the OPERANT AI operating-agent calibration benchmark.

43 installs/wk 5 tools answering
I
Caddy MCP
by yawlabs

MCP server for managing Caddy web servers via the admin API

802 installs/wk local only
Venturu
by venturu

The Venturu MCP server. Search and contact business listings and brokers on Venturu.

9 tools answering
Wet MCP
by n24q02m

Open-source MCP server for AI agents: web search, content extraction, and library docs.

3 301 installs/wk local only
Research
by shamra-academia

The only MCP server for Arabic academic research — search, read & cite Arabic + English papers.

answering
Hoodly GMGN Robinhood Research
by hoodly-agent

Read-only MCP server for Robinhood Chain token discovery, research, and due diligence via GMGN.

7 tools answering
AWS MCP Connector
by ferhatdundar

MCP server for the AWS CLI. Read-only by default; single Go binary.

local only

Calibre-Web — questions

Answers built from our own checks of this server.

Why is there no uptime for Calibre-Web?
Calibre-Web runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package calibreweb-mcp was installed 412 times last week.
How do I connect Calibre-Web?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls calibreweb-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Calibre-Web?
The npm package calibreweb-mcp was installed 412 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Calibre-Web open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.