Calibre Librarian MCP Server
Related Servers
Alternatives to Calibre Librarian MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceBridges your Calibre e-book library with AI assistants via the Model Context Protocol, enabling natural-language library management, semantic search, RAG, and agentic workflows.43MIT
- AlicenseNot gradedqualityDmaintenanceProvides AI assistants with direct access to your ebook library, enabling listing books, reading chapters, and searching across books via the Model Context Protocol.MIT
- AlicenseNot gradedqualityCmaintenanceEnables read-only search, browsing, and metadata retrieval from a local Calibre e-book library using natural language queries.MIT
- AlicenseNot gradedqualityCmaintenanceEnables local RAG-based book and PDF search through Claude Desktop, using hybrid BM25 and vector retrieval with ChromaDB, plus optional OCR for scanned documents.MIT
- AlicenseNot gradedqualityDmaintenanceConnects Claude.ai to your local Obsidian vault for full CRUD access, search, and daily note creation via the Model Context Protocol.56 npm14MIT
- AlicenseNot gradedqualityDmaintenanceEnables searching, reading, and managing a Calibre ebook library through natural language, with features like metadata search, full-text search, content extraction, and library management.98 npmApache 2.0
TDQS
Scored across 26 tools
Most tools have distinct purposes, but there is some overlap between several search variants (search_books, search_books_by_title, search_books_by_tag_pattern) and between get_books_by_author and get_books_by_author_id. Descriptions help differentiate, but an agent might occasionally misselect when looking for a simple book lookup.
All tools use a consistent snake_case verb_noun pattern (e.g., bulk_retag, compare_books, fetch_excerpt). The naming is predictable and makes the action-object relationship clear across the entire set.
With 26 tools, the server is on the heavy side. While the scope of a Calibre library manager can justify many operations, some tools feel redundant (e.g., multiple search variants), and the count exceeds the typical well-scoped range of 3-15.
The tool surface covers most core library operations: search, retrieval, updates, duplicates, quality reports, and maintenance. Minor gaps include lack of direct CRUD for series or publishers, but these can be managed via metadata updates.