mcp-ebook-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-ebook-serverlist my books"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Ebook Server
An MCP (Model Context Protocol) server that provides AI assistants with direct access to your ebook library. Works with Claude, Cursor, and other MCP-compatible clients.
Features
List books in your library with metadata (title, author, language)
Read chapters individually or in ranges
Search within books or across your entire library
EPUB support with automatic text extraction
Related MCP server: Calibre MCP Server
Why Use This Instead of LLM Training Data?
LLMs like Claude have read millions of books during training, but they don't actually have those books—they have a compressed neural representation of patterns and themes. This creates real limitations:
Question Type | LLM Training Data | MCP Ebook Server |
"What's the 10th word of chapter 2?" | ❌ Cannot answer | ✅ Exact answer |
"Quote the opening paragraph" | ⚠️ Often paraphrased or hallucinated | ✅ Verbatim text |
"How many times is 'magic' mentioned?" | ❌ Guesses | ✅ Precise count |
"What happens in chapter 5?" | ⚠️ May confuse with similar books | ✅ Actual content |
"Does this book mention X?" | ⚠️ Uncertain, may hallucinate | ✅ Searchable proof |
The core problem: LLMs retain the gist of books—major plot points, famous quotes, general themes—but lose precise details. When asked about specifics they don't know, they often hallucinate plausible-sounding answers rather than admitting uncertainty.
The solution: This MCP server gives AI direct access to the actual source text. Instead of guessing, the AI can read the exact chapter, search for specific terms, and cite real passages. No hallucinations, just the book.
Installation
Docker (Recommended)
docker run -p 8080:8080 -v /path/to/your/ebooks:/ebooks ghcr.io/bryanlabs/mcp-ebook-server:latestDocker Compose
services:
mcp-ebook-server:
image: ghcr.io/bryanlabs/mcp-ebook-server:latest
ports:
- "8080:8080"
volumes:
- /path/to/your/ebooks:/ebooks:ropip
pip install git+https://github.com/bryanlabs/mcp-ebook-server.git
mcp-ebook-server --library-path /path/to/your/ebooksFrom Source
git clone https://github.com/bryanlabs/mcp-ebook-server.git
cd mcp-ebook-server
pip install -e .
mcp-ebook-serverConfiguration
Variable | Default | Description |
|
| Path to your ebook directory |
|
| Host to bind the server |
|
| Port for the SSE endpoint |
Usage
Once the server is running, connect your MCP client to http://localhost:8080/sse.
Available Tools
Tool | Description | Example |
| List all ebooks with metadata | "What books do I have?" |
| Get book details and chapter list | "How many chapters in The Magicians?" |
| Read a specific chapter | "Read chapter 1" |
| Read multiple chapters | "Get chapters 1-3" |
| Search within a book | "Find mentions of 'magic'" |
| Search all books | "Search for 'dragon'" |
Supported Formats
Format | Status |
EPUB | Fully supported |
MOBI | Requires conversion to EPUB |
AZW3 | Requires conversion to EPUB |
Not supported |
License
MIT License - see LICENSE for details.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceProvides AI assistants with full-text search access to your Obsidian vault, allowing them to query, retrieve, and analyze notes through the Model Context Protocol.Last updated3
- Alicense-qualityCmaintenanceProvides AI agents with research capabilities for local Calibre e-book libraries, including fulltext search across titles, ISBNs, and comments, plus structured excerpt retrieval from books.Last updated2GPL 3.0
- Flicense-qualityDmaintenanceEnables AI assistants to help users manage their reading experience by searching books, tracking reading progress, managing bookmarks, and generating personalized recommendations and summaries.Last updated
- FlicenseAqualityDmaintenanceSurfaces your Calibre e-book catalog to Claude via the Model Context Protocol, enabling search, metadata management, and library maintenance through natural language.Last updated261
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bryanlabs/mcp-ebook-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server