mcp-ebook-read
Related Servers
Alternatives to mcp-ebook-read
No user-submitted related servers found.
Related Servers
- AlicenseBqualityCmaintenanceA local MCP server that gives Claude a durable reading room for EPUB and plain text books, enabling chunk-by-chunk navigation, annotations, progress tracking, and shared margin cards.26111MIT
- AlicenseAqualityBmaintenanceAn MCP server that lets an LLM browse, search, and download books from OPDS catalogs (e.g., Project Gutenberg, Standard Ebooks) using tools for feed navigation, full-text search, and acquisition link downloads.41AGPL 3.0
- AlicenseAqualityBmaintenanceAn MCP server that allows LLMs to read and search the text of ebooks from Book Orbit, using a navigation-first approach with chapter listing and paginated text retrieval.332MIT
- AlicenseAqualityBmaintenanceA local-first MCP server that ingests PDFs, extracts structure, and provides semantic search and sequential navigation tools for AI clients to query and learn from documents.10MIT
- FlicenseNot gradedqualityDmaintenanceA local MCP server that extracts text-layer content from PDF files, enabling AI agents to inspect, extract text, outlines, and page content.-
- AlicenseNot gradedqualityDmaintenanceMCP server enabling LLMs to query a local Calibre Content Server for ebook metadata, chapters, and content in HTML or Markdown.17 npmMIT
TDQS
Scored across 29 tools
Each tool targets a distinct resource and action, with clear separation between library-level, document-level, and component-level operations (e.g., library_explore vs. document_explore, pdf_list_figures vs. pdf_list_tables). Overlap is minimal and resolved by descriptive names and context.
Tools follow a consistent snake_case with domain prefixes (document_, library_, pdf_, epub_, storage_, eval_), and most use a verb_noun pattern. Minor variations like 'doctor_health_check' and 'get_outline' vs. 'read_outline_node' break perfect uniformity but remain predictable.
With 29 tools, the set exceeds the 25-tool threshold for 'too many'. While the domain is complex, many tools could be consolidated (e.g., combining pdf_list_figures/images/tables into a single listing tool with type parameter), making the surface overly large for agents.
The tool set covers the full lifecycle: library scanning, document ingest, exploration, component-level reading (figures, tables, etc.), storage maintenance, and evaluation. Minor gaps exist, like no direct tool for top-level document metadata retrieval, but core workflows are well-supported.