kcc-epub-converter
Converts comic archives (CBZ/CBR) into Kindle-optimized EPUB volumes, with smart chunking to comply with Amazon's Send to Kindle upload limits.
Click on "Deploy 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., "@kcc-epub-converterconvert the cbz archive in my Downloads folder to Kindle EPUB for my Scribe"
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.
π KCC CBZ-to-Kindle EPUB MCP Server
An advanced Model Context Protocol (MCP) server built on top of Kindle Comic Converter (KCC) and PyTorch CUDA GPU acceleration.
Specifically designed to handle large comic archives (.cbz, .cbr, zip files up to 1GB+) and convert them into Kindle-optimized EPUB volumes cleanly partitioned under the ~200MB limit for Amazon's Send to Kindle service.
β¨ Features
β‘ GPU VRAM Acceleration: Leverages PyTorch CUDA for batch image scaling, grayscale conversion, and gamma processing directly in VRAM.
π¦ Send-to-Kindle Smart Chunking: Automatically partitions 1GB+ multi-volume comics into ~190MB EPUB chunks to guarantee compliance with Amazon's 200MB upload limit.
π± Multi-Device Target Profiles: Custom E-ink display optimization for:
Kindle Paperwhite 5 (
KPW5β 1236Γ1648)Kindle Scribe (
KSβ 1860Γ2480)Kindle Oasis (
KOβ 1264Γ1680)Kindle Paperwhite 3/4 (
KPW34β 1072Γ1448)Kindle Voyage / 11 (
KV/K11β 1072Γ1448)
π Manga & Comic Support: Full support for Right-to-Left (RTL Manga) and Left-to-Right (LTR Western Comics) reading styles.
π Archive Inspector: Inspect total pages, uncompressed sizes, and estimated volume chunks before converting.
Related MCP server: send-to-kindle-mcp
π οΈ Provided MCP Tools
MCP Tool Name | Description | Key Parameters |
| Main tool to convert CBZ/CBR to Kindle EPUB chunks |
|
| Inspects image counts, size, volume estimates & GPU status |
|
| Pre-splits a CBZ archive into smaller volume archives |
|
| Lists device profile resolutions & CUDA device status | None |
βοΈ Requirements & Installation
System Prerequisites
Python 3.10+
KindleComicConverter(kcc-c2e) CLI binaryNVIDIA GPU with CUDA drivers (Optional, for GPU acceleration)
Installation
# 1. Clone Repository
git clone https://github.com/AmitKumarMyT/kcc-epub-converter-mcp.git
cd kcc-epub-converter-mcp
# 2. Install Dependencies
pip install -r requirements.txtπ Integrating with MCP Clients
Add the server entry to your MCP client configuration (mcp_config.json for Claude Desktop, Gemini Antigravity, or VS Code MCP Extension):
{
"mcpServers": {
"kcc-epub-converter": {
"command": "python3",
"args": [
"/absolute/path/to/kcc-epub-converter-mcp/mcp_server.py"
],
"env": {
"PATH": "/home/myt/.local/bin:/usr/local/bin:/usr/bin:/bin"
}
}
}
}π License
This project is licensed under the terms specified in the LICENSE file.
This server cannot be deployed
Maintenance
Related MCP Connectors
EPUB/PDF tools: merge, split, compress, convert, edit metadata, validate ebooks.
Convert files between formats without quality loss. Speed up your workflow with fast, reliable conβ¦
Convert files between 400+ image, video, audio, document, ebook, archive and font formats.
Convert subtitles, transcripts, broadcast captions (SCC/MCC/STL), EDLs, and Premiere files.
Related MCP Servers
- FlicenseNot gradedqualityFmaintenanceHosted Streamable HTTP MCP server (https://epublys.com/mcp) with 9 tools for EPUB/PDF manipulation: merge, split, compress, EPUBβPDF conversion, metadata read/edit, validation with auto-fix, and AI cover generation. Free API key, no install. Listed on the official MCP registry as com.epublys/epublys.-
- AlicenseAqualityDmaintenanceSends document files (EPUB, PDF, DOCX, etc.) to your Kindle via email using Amazon's Send to Kindle feature.12 npmMIT
- FlicenseAqualityBmaintenanceEnables broad media and document format conversion (audio, video, images, Office, data, ebooks, PDF, subtitles) through an MCP server with smart routing, batch processing, and multiple conversion engines.1411 npm-
- AlicenseAqualityCmaintenanceEnables local EPUB reading with AI agents, supporting annotations, parallel editions, and MCP tools.7AGPL 3.0