← Registry

Content Tools

easypdf.fr

An MCP server for PDF manipulation, offering tools to compress, merge, split, extract pages from, and rotate PDF documents.

1 endpoint8 known toolsFirst detected September 17, 2026Last detected September 17, 2026

ENDPOINT 1

https://www.easypdf.fr/chatgpt/mcp

No auth detected

MCP server metadata

Name
EasyPDF
Version
3.4.0
Capabilities
experimentalloggingprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

EasyPDF edits PDF files shared in the conversation: compress, merge, split, extract pages, rotate, protect or unlock with a password, add page numbers. Ask the user to attach the PDF, then call the matching tool with the file. Every tool returns a download link valid for one hour; show it to the user as a clickable link.

Known tools 8

compress_pdf

Compress a PDF to reduce its file size while keeping it readable.

Inferred read-only
merge_pdfs

Merge several PDF files into a single document, in the given order.

Inferred read-only
split_pdf

Split a PDF into several smaller PDFs.

Inferred read-only
extract_pages

Extract specific pages from a PDF into a new PDF (pages are 1-indexed).

Inferred read-only
rotate_pdf

Rotate all pages, or selected pages, of a PDF.

Inferred read-only
protect_pdf

Protect a PDF with a password (AES-256 encryption).

Inferred read-only
unlock_pdf

Remove the password protection from a PDF you own.

Potential side effects
add_page_numbers

Add page numbers to a PDF.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.easypdf]
url = "https://www.easypdf.fr/chatgpt/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "easypdf": {
      "type": "http",
      "url": "https://www.easypdf.fr/chatgpt/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: easypdf
Remote MCP URL: https://www.easypdf.fr/chatgpt/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "easypdf": {
      "url": "https://www.easypdf.fr/chatgpt/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "easypdf": {
      "type": "http",
      "url": "https://www.easypdf.fr/chatgpt/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "easypdf",
  "transport": "streamable-http",
  "url": "https://www.easypdf.fr/chatgpt/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.