MCP Directory
Back

ebook-mcp

by onebirdrocks · Python · ★ 373

A MCP server that supports mainstream eBook formats including EPUB, PDF and more. Simplify your eBook user experience with LLM.

#ebook#epub#examples#mcp#mcp-client#mcp-examples#mcp-server#pdf

Install

pip install git+https://github.com/onebirdrocks/ebook-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "ebook-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/onebirdrocks/ebook-mcp.git"
      ]
    }
  }
}

From the README

[](https://mseep.ai/app/onebirdrocks-ebook-mcp) [English](https://github.com/onebirdrocks/ebook-mcp/blob/main/README.md) | [中文](https://github.com/onebirdrocks/ebook-mcp/blob/main/README-CN.md) | [日本語](https://github.com/onebirdrocks/ebook-mcp/blob/main/README-JP.md) | [한국어](https://github.com/onebirdrocks/ebook-mcp/blob/main/README-KR.md) | [Français](https://github.com/onebirdrocks/ebook-mcp/blob/main/README-FR.md) | [Deutsch](https://github.com/onebirdrocks/ebook-mcp/blob/main/README-DE.md) Ebook-MCP is a powerful Model Context Protocol (MCP) server for processing electronic books. Built…
Read full README on GitHub →

Related ai & ml servers