A Model Context Protocol (MCP) server designed for processing mainstream eBook formats like EPUB and PDF, enabling natural language interactions with digital books through LLMs for smart library management, interactive reading, and active learning.
ebookpdfepubllmdocument processingcontext
Installation & Configuration
{
"mcpServers": {
"ebook-mcp": {
"command": "uv",
"args": [
"--directory",
"/Users/onebird/github/ebook-mcp/src/ebook_mcp/",
"run",
"main.py"
]
}
}
}Information
Transport
stdio
Language
Python
Created
2025/3/19
Updated
2026/6/8