Epub Mcp
@hhk-png
Epub Mcp について
mcp about load content from epub file
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"epub-mcp": {
"command": "npx",
"args": [
"-y",
"epub-mcp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Epub Mcp?
Epub Mcp is an MCP server that provides a set of tools for reading EPUB file contents. It is designed for use with MCP clients such as cline (formerly known as cline) and wraps the @lingo-reader/epub-parser library to expose EPUB reading capabilities as MCP tools.
How to use Epub Mcp?
Install and run using npx -y epub-mcp or execute directly with Node.js via <Installation Directory>/node_modules/epub-mcp/dist/index.mjs. Configure it under mcpServers in your MCP client (e.g., cline) using the command/args syntax. On Windows use cmd /c npx -y epub-mcp for compatibility.
Key features of Epub Mcp
- Initialize or reset an EPUB file (
initEpubFile) - Retrieve the collection list (
getCollection) - Get file information (
getFileInfo) - Obtain the manifest (
getManifest) - Read metadata (
getMetadata) - Navigate the nav list (
getNavList) - Get the page list (
getPageList) - Retrieve the spine (
getSpine) - Access the table of contents (
getToc) - Load a specific chapter (
loadChapter)
Use cases of Epub Mcp
- Extract metadata (title, author, etc.) from EPUB files
- Browse the full table of contents of an ebook
- Load and display individual chapters programmatically
- Analyze the manifest and spine structure of an EPUB
- Build an AI‑powered reading assistant using MCP tools
FAQ from Epub Mcp
What dependencies does Epub Mcp require?
Epub Mcp requires Node.js and npx runtime. It internally uses the @lingo-reader/epub-parser library, which is bundled when installed via npm.
How do I configure Epub Mcp on Windows?
On Windows use the following JSON configuration: "command": "cmd" with "args": ["/c", "npx", "-y", "epub-mcp"] to ensure compatibility.
Does Epub Mcp modify EPUB files?
No. All tools are read‑only — they retrieve information but do not alter the EPUB file.
What tools does Epub Mcp provide?
Epub Mcp offers 10 tools: initEpubFile, getCollection, getFileInfo, getManifest, getMetadata, getNavList, getPageList, getSpine, getToc, and loadChapter. Detailed documentation is available in the linked library’s README.
Where can I find the detailed tool documentation?
The underlying API documentation for @lingo-reader/epub-parser is at https://github.com/hhk-png/lingo-reader/blob/main/packages/epub-parser/README-zh.md (Chinese).
「その他」の他のコンテンツ
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
コメント