Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.caelum29/calibre-mcp

NPM · CALIBRE-MCP · SCANNED SEP 20

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

Available components

+1 this week 91 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security90
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects adm-zip 0.5.18, reached via @huggingface/transformers > onnxruntime-node > adm-zip. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • 54 of 183 dependencies flagged as unhealthy (1 deprecated). View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to caelum29/calibre-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 29 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability84
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1833 tokens (~101/item across 18 items; 14 tools + 4 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage74
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 8% of tool parameters carry a description.Partial
  • Structured output schemas are declared (86% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 14 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 15 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
  • Supports UI / widget rendering.Pass
Install

How do I install the io.github.caelum29/calibre-mcp server?

io.github.caelum29/calibre-mcp runs locally as an npm package, launched with npx -y calibre-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · calibre-mcp

# add to Claude Code
claude mcp add caelum29-calibre-mcp -- npx -y calibre-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "caelum29-calibre-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "calibre-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "caelum29-calibre-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "calibre-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add caelum29-calibre-mcp -- npx -y calibre-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "caelum29-calibre-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "calibre-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add caelum29-calibre-mcp --command npx --arg -y --arg calibre-mcp
# ~/.hermes/config.yaml
mcp_servers:
  caelum29-calibre-mcp:
    command: "npx"
    args: ["-y", "calibre-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "caelum29-calibre-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "calibre-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add caelum29-calibre-mcp -t stdio -c npx -a -y calibre-mcp
// mcp.json
{
  "mcpServers": {
    "caelum29-calibre-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "calibre-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 0
    • Stability: 0.97 → pass security
  • 19 Sept 26 +1
    • CVE-2026-77301 affects this package: high security
  • 18 Sept 26 −1
    • Stability: pass → 0.93 functional
  • 17 Sept 26 0
    • Security disclosure: unverified → fail functional
  • 16 Sept 26 0
    • Stability: 0.97 → pass security
    • Security disclosure: fail → unverified functional
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 −2
    • Stability: pass → 0.80 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/calibre-mcp@0.7.4

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo caelum29/calibre-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/caelum29/calibre-mcp/.github/workflows/release.yml@refs/tags/v0.7.4
Rekor log index 2545820722
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:14e7adbe775cdba2541ad1e17e1d8447f42cdb8279f5e9a8d32ea80e959acf63d9d7a25efdb1c42bd78697427ac1bc7a12ee20938d621eb9c2e29b11a

Background: How many MCP packages publish verified provenance →

Vulnerabilities 5 findings
ID CVE Severity Vector Fix available
GHSA-7q85-xj36-vmfc CVE-2026-77301 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H yes
GHSA-vwc7-r8mq-g2x9 CVE-2026-76845 medium CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:N no
GHSA-xcpc-8h2w-3j85 CVE-2026-39244 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H yes
GHSA-f88m-g3jw-g9cj high yes
GHSA-rgj7-g3m4-5g8c high yes

Background: What a vulnerability scan can and cannot prove →

Dependencies 183 packages
Packages resolved 183
Deprecated 1
Stale 54
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 14 exposed · ~1,765 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
calibre_board_data ~57

Internal endpoint for the in-chat cover-board widget. Returns the cached payload of a recent search. Do not call as the model — search results already contain everything this returns.

NameTypeReqDescription
querystring
toolstring
NameTypeReqDescription
booksarray
kindstring
libraryIdstring
lowConfidenceboolean
querystring
serverUrlstring
toolstring
totalnumber

No examples provided.

calibre_build_index ~180

Build the semantic index for specific books (required: bookId, ids, or query — full-library indexing is deferred). Extracts, chunks, and embeds each book. Set keywordOnly=true (or when the embedding model is absent, it happens automatically) to build a keyword-only index that powers mode:"keyword" search with zero ML dependencies. Re-run after adding books; use force to re-index unchanged ones. Set prune=true to also drop index entries for books that no longer exist in the library (removals/merges leave searchable orphans behind).

NameTypeReqDescription
bookId
enableFtsboolean
forceboolean
idsarray
keywordOnlyboolean
librarystring
pruneboolean
querystring
NameTypeReqDescription
bookDetailsarray
booksIndexednumber
booksRequestednumber
booksSkippednumber
chunksnumber
elapsedMsnumber
failuresarray
figuresnumber
keywordOnlyboolean
prunedBooksnumber
prunedChunksnumber
prunedFiguresnumber
semanticAvailableboolean
semanticReasonstring

No examples provided.

calibre_find_duplicates ~121

Find probable duplicate books. mode=identical (exact title+authors) or similar (fuzzy) group the library (or ids/query/filter subset — filter takes a bundle name) with a merge-safety score; mode=compare diffs 2+ ids field-by-field. Read-only — never merges.

NameTypeReqDescription
cursorstring
filterstring
idsarray
librarystring
limitinteger
modestring
querystring
NameTypeReqDescription
booksScannednumber
cappedboolean
countnumber
groupCountnumber
keepnumber
languagesDifferboolean
mergeSafetynumber
modestringyes
nextCursorstring
offsetnumber

No examples provided.

calibre_get_book ~88

Get full metadata (authors, ISBN, formats, comments, cover) for one book by its id or uuid (id and bookId are interchangeable — pass the bookId from a search result). Set include_cover=true only when the cover image itself must be inspected.

NameTypeReqDescription
bookId
id
include_coverboolean
librarystring
NameTypeReqDescription
bookobject
libraryIdstring
serverUrlstring

No examples provided.

calibre_get_content ~191

Extract a book's text as a capped, fenced excerpt; pass the returned nextCursor token verbatim to walk the whole book, or jump to a char position with offset (e.g. a search passage's charStart). Set structure=true for a chapter map with per-chapter cursors. To find text inside a book, use calibre_search scope=book.

NameTypeReqDescription
bookId
cursorstringOpaque continuation token from a previous response (nextCursor or a chapter cursor). Pass it verbatim — do not construct one.
formatstring
id
librarystring
maxCharsinteger
offsetintegerChar position to start reading from — e.g. a search passage's charStart. Mutually exclusive with cursor.
sentenceAwareboolean
structureboolean
NameTypeReqDescription
backendstring
chaptersarray
countnumber
detectorstring
formatstring
hasMoreboolean
hasTocboolean
nextCursorstring
offsetnumber
textstring
totalCharsnumber

No examples provided.

calibre_get_figures ~245

List a book's figures — images the text references, identified by caption (Figure 1-2 / Рис. 3.1) — with page + caption per figure, then fetch chosen ones as images via indexes (≤3 per call). Captions let you pick figures before spending image tokens. In MCP Apps hosts the fetched figures also render for the user in an in-chat viewer, so you can point at them by figure number — but describe only what the pixels you received actually show.

NameTypeReqDescription
bookId
detailstringImage resolution: standard ≤1024px longest side (default), high ≤1568px.
formatstringSource format override (epub or pdf). Default: epub if present, else pdf.
id
include_uncaptionedbooleanAlso list/fetch images with no caption (covers, decorations, equation images).
indexesarrayFigure indexes from a previous list call — returns those figures as images (≤3 per call). Omit to list. Indexes are per-format; re-list after changing format.
librarystring

No output schema declared.

No examples provided.

calibre_list_categories ~101

Browse library categories (Authors, Tags, Series, Languages, Publisher). No field → list the categories; with a field → its values + counts, filterable via a valueFilter regex (case-insensitive by default; a leading inline flag like `(?i)` is accepted).

NameTypeReqDescription
cursorstring
fieldstring
librarystring
limitinteger
valueFilterstring
NameTypeReqDescription
countnumber
fieldstring
modestring
nextCursorstring
offsetnumber
totalnumber
valuesarray

No examples provided.

calibre_list_libraries ~36

List the Calibre libraries available on the Content Server and which one is the default. Call this first to discover valid library names.

Input schema present but exposes no named parameters.

NameTypeReqDescription
defaultstring
librariesarray

No examples provided.

calibre_open_book ~74

Internal endpoint for the in-chat widgets' Open button. Launches a book in the local Calibre viewer via the calibre:// scheme. Do not call as the model — use calibre_get_book to show a book instead.

NameTypeReqDescription
formatstring
idintegeryes
librarystring
NameTypeReqDescription
formatstringyes
openedbooleanyes
urlstringyes

No examples provided.

calibre_ping ~49

Health check: confirms the MCP server can reach the running Calibre Content Server via calibredb, and reports semantic-search status (embedding model, dependency, index vector count). Returns library categories on success.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

calibre_quality_report ~114

Scan books for metadata problems: missing fields, raw-filename titles, invalid ISBNs, author-sort mismatches, series gaps. Defaults to the whole library; narrow with ids/query/filter (a bundle name) or specific checks. Read-only.

NameTypeReqDescription
checksarray
cursorstring
filterstring
idsarray
librarystring
limitinteger
querystring
readabilityboolean
NameTypeReqDescription
booksScannednumber
byCheckobject
cappedboolean
countnumber
nextCursorstring
offsetnumber
totalnumber

No examples provided.

calibre_recover_metadata ~88

Propose real metadata for a book with a missing/raw-filename title via online provider lookup (ISBN from its identifiers or text, else title/author) on Open Library and Google Books. Preview only — returns a changes object for calibre_update_book; never writes.

NameTypeReqDescription
bookId
id
librarystring
sourcesarray
NameTypeReqDescription
bookIdnumber
changesobject
confidencenumber
fieldCountnumber
lookupKeystring
sourcestring

No examples provided.

calibre_search ~218

Find books by exact title, author, ISBN, tag, or Calibre query syntax (mode=meta), or by full text (mode=fts). scope=book returns short keyword snippets from inside one book; first hits often land in TOC/front matter — for definitional or topic questions within a book prefer calibre_semantic_search scope=book (ranked passages with char offsets). Use calibre_semantic_search for meaning/topic queries. For "how many" questions use countOnly=true (returns only the count). filter accepts a bundle name to scope the search (list bundles via calibre_manage_bundles).

NameTypeReqDescription
bookId
countOnlyboolean
cursorstring
filterstring
include_excludedboolean
librarystring
limitinteger
modestring
querystringyes
scopestring
sortstring
sortOrderstring
NameTypeReqDescription
bookIdnumber
bookIdsarray
countnumber
exclusionsAppliedarray
filterstring
modestring
nextCursorstring
offsetnumber
querystring
scopestring
totalnumber

No examples provided.

calibre_semantic_search ~203

Meaning-based search over the local index. scope=library ranks books; scope=book (needs bookId) ranks passages within one book. target=figures searches figure captions instead of text — use when the user asks for a diagram/chart/schema; hits point at calibre_get_figures for the pixels. mode=hybrid (default) fuses semantic + keyword matches; mode=vector is semantic-only; mode=keyword is exact keyword/FTS (no model at query time). All modes need an index built by calibre_build_index. filter accepts a bundle name to scope library searches (list bundles via calibre_manage_bundles).

NameTypeReqDescription
bookId
filterstring
include_excludedboolean
librarystring
modestring
querystringyes
scopestring
targetstring
topKinteger
NameTypeReqDescription
bookIdnumber
bookIdsarray
countnumber
exclusionsAppliedarray
figuresarray
filterstring
lowConfidenceboolean
maxReranknumber
maxScorenumber
modestring
notestring
passagesarray
rerankedboolean
resultsarray
scopestring
semanticAvailableboolean
semanticReasonstring
targetstring

No examples provided.

Common questions

What is the io.github.caelum29/calibre-mcp server?

io.github.caelum29/calibre-mcp is listed in the public MCP registry as io.github.caelum29/calibre-mcp. Calibre ebook library server: search, read content, curate metadata, semantic search, gated writes. This page covers its npm package (calibre-mcp).

Is the io.github.caelum29/calibre-mcp server safe to use?

io.github.caelum29/calibre-mcp scores 91 out of 100 on VerifyMCP. We recorded 5 known advisories against it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.caelum29/calibre-mcp server expose?

io.github.caelum29/calibre-mcp exposes 14 tools: calibre_list_libraries, calibre_search, calibre_get_book, calibre_get_content, calibre_get_figures, and 9 more. Their descriptions and schemas cost roughly 1,765 tokens of context every time the server is loaded.

Is the io.github.caelum29/calibre-mcp server still maintained?

io.github.caelum29/calibre-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.caelum29/calibre-mcp server under?

io.github.caelum29/calibre-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.