Epublys-MCP
Epublys MCP Server
Remote MCP server for EPUB and PDF ebook manipulation — merge, split, compress, convert, edit metadata, validate, and generate AI covers. Backed by epublys.com, running on Cloudflare Workers.
This is a hosted server (Streamable HTTP). There is nothing to install — this repository holds the public manifests, configuration examples, and documentation.
Endpoint:
https://epublys.com/mcp(Streamable HTTP)Auth: Bearer API key — free at https://epublys.com/account
Server card: https://epublys.com/.well-known/mcp/server-card.json
Full agent docs: https://epublys.com/llms-full.txt
Registry:
com.epublys/epublyson the official MCP registry
Quickstart
Sign up at https://epublys.com/account (free tier is permanent, not a trial) and create an API key (
epl_…— shown once).Add to your MCP client config (
claude_desktop_config.json,cline_mcp_settings.json, etc.):
{
"mcpServers": {
"epublys": {
"url": "https://epublys.com/mcp",
"headers": { "Authorization": "Bearer epl_YOUR_KEY_HERE" }
}
}
}Claude Code: claude mcp add --transport http epublys https://epublys.com/mcp --header "Authorization: Bearer epl_YOUR_KEY_HERE"
Related MCP server: PDFSizeAnalyzer-MCP
Tools
Tool | Description |
| Merge multiple EPUB files into one |
| Split an EPUB by chapter ranges |
| Compress an EPUB to reduce file size |
| Convert EPUB to PDF |
| Convert PDF to EPUB |
| Read EPUB metadata |
| Edit EPUB metadata and cover |
| Validate EPUB structure (with optional auto-fix) |
| Generate an AI book cover from a description (Pro) |
Files are passed as base64-encoded strings in tool arguments and results.
Limits
Free | Pro ($9/mo or $72/yr) | |
File size | 10 MB (25 MB | 100 MB |
Merge | 10 files | 500 files |
Rate | 15 req/min | 60 req/min |
Output branding | Epublys colophon | none |
| — | 30/month |
Privacy
Files are processed in memory and never stored. There is no upload bucket, no retention, no content logging. Anonymous usage metrics only (tool name, status, sizes).
REST API
The same tools are available over plain REST with an OpenAPI spec — see https://epublys.com/for-ai-agents.
About this repository
The Epublys service itself is closed-source. This repository contains only the public MCP manifests (server.json, smithery.yaml) and documentation, and is the canonical public home for the com.epublys/epublys registry entry. Issues are welcome for MCP integration problems; for product support use https://epublys.com/about.
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
- FlicenseDqualityDmaintenanceMCP Server for AI Summarization, Support for multiple content types: * Plain text * Web pages * PDF documents * EPUB books * HTML content113165
- -licenseNot gradedqualityNot gradedmaintenanceEnables comprehensive PDF analysis and manipulation including page size analysis, chapter extraction, splitting, compression, merging, and conversion to images. Provides both MCP server interface for AI assistants and Streamlit web interface for direct user interaction.
- AlicenseBqualityDmaintenanceA universal MCP server for document processing, conversion, and automation. Handle PDF, DOCX, HTML, Markdown, and more through a unified API and toolset.1343139MIT
- AlicenseNot gradedqualityCmaintenanceA local MCP server that drives PDFium and pypdf to perform comprehensive PDF operations including inspection, assembly, page editing, watermarking, rendering, extraction, form filling, encryption, compression, attachments, bookmarks, and metadata management.MIT
Related MCP Connectors
MCP server for the PDFGate API. Generate PDFs, manage documents and handle e-signatures.
Normalize and convert more than 400 file types via TweekIT's hosted MCP streamable HTTP endpoint.
PDF accessibility checks (veraPDF PDF/UA-1), auto-fix and Markdown conversion. EU-hosted.
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/Takyon236/epublys-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server