mcpbeat Sign in

Calibre MCP Server

local only

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

Calibre ebook library server: search, read content, curate metadata, semantic search, gated writes.

Installs per day peak 595 · avg 122 · -31% w/w
a month agotoday
112
Installs / week
npm · calibre-mcp
15
Stars
30 open issues
21 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/calibre/spawn.ts:60
    const child = spawn(bin, args as string[], { detached: true });
Builds a file path from a variable src/calibre/extract.ts:175
    const ebookConvertPath = dbDir === "." ? "ebook-convert" : path.join(dbDir, convertName);

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

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 calibre-mcp -- npx -y calibre-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "calibre-mcp": {
      "args": [
        "-y",
        "calibre-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.calibre-mcp]
command = "npx"
args = ["-y", "calibre-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "calibre-mcp": {
      "args": [
        "-y",
        "calibre-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "calibre-mcp": {
      "args": [
        "-y",
        "calibre-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CALIBRE_MCP_SERVER_URL (Calibre Content Server base URL (default http://localhost:8080)), CALIBRE_MCP_LIBRARY (Library name; empty = auto-detect the server's default library), CALIBRE_MCP_ENABLE_WRITE (Set to 1 to enable the write tools (update/bulk-update/add/remove); off by default), CALIBRE_MCP_CALIBREDB_PATH (Path to the calibredb binary; empty = auto-discover the standard install location). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Calibre MCP

same job, measured the same way
Groupdocs Metadata MCP
by groupdocs-metadata

MCP server for GroupDocs.Metadata — read, search, write, and remove document metadata.

local only
Arxiv MCP Server
by cyanheads

Search arXiv, fetch paper metadata, and read full-text content.

596 installs/wk 4 tools answering
Calibre-Web
by ni-c

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

78 installs/wk local only
Reddit MCP Server
by jordanburke

Reddit MCP server with full read/write - posts, comments, search, and content creation.

478 installs/wk local only
Exa
by pipeworx-io

Exa MCP — neural/semantic web search + content retrieval (exa.ai)

39 tools answering
Sensefold
by sensefold

Personal context for every AI: search, read, and write back to your private Markdown library.

answering
ContextStream MCP Server
by contextstream

Project memory, semantic code search, and grounded agent context.

answering
MCP Factcheck
by carlisia

An MCP server that validates content against MCP specification using semantic search and AI

local only

Calibre MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Calibre MCP?
Calibre MCP 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 calibre-mcp was installed 112 times last week.
How do I connect Calibre MCP?
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 calibre-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Calibre MCP?
The npm package calibre-mcp was installed 112 times in the last week. Week over week that is -31%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Calibre MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 15 stars on GitHub and 30 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.