Back to Browse

Epublys MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

EPUB/PDF tools: merge, split, compress, convert, edit metadata, validate ebooks.

About

EPUB/PDF tools: merge, split, compress, convert, edit metadata, validate ebooks.

Remote endpoints: streamable-http: https://epublys.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "com-epublys-epublys": {
      "url": "https://epublys.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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.

Quickstart

  1. Sign up at https://epublys.com/account (free tier is permanent, not a trial) and create an API key (epl_… — shown once).
  2. 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"

Tools

ToolDescription
merge_epubMerge multiple EPUB files into one
split_epubSplit an EPUB by chapter ranges
compress_epubCompress an EPUB to reduce file size
epub_to_pdfConvert EPUB to PDF
pdf_to_epubConvert PDF to EPUB
read_epub_metadataRead EPUB metadata
edit_epub_metadataEdit EPUB metadata and cover
validate_epubValidate EPUB structure (with optional auto-fix)
generate_coverGenerate an AI book cover from a description (Pro)

Files are passed as base64-encoded strings in tool arguments and results.

Limits

FreePro ($9/mo or $72/yr)
File size10 MB (25 MB split_epub, 20 MB pdf_to_epub)100 MB
Merge10 files500 files
Rate15 req/min60 req/min
Output brandingEpublys colophonnone
generate_cover30/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.

Reviews

No reviews yet

Be the first to review this server!