Content Tools
easypdf.fr
An MCP server for PDF manipulation, offering tools to compress, merge, split, extract pages from, and rotate PDF documents.
ENDPOINT 1
https://www.easypdf.fr/chatgpt/mcp
MCP server metadata
- Name
- EasyPDF
- Version
- 3.4.0
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
extract_pagesExtract specific pages from a PDF into a new PDF (pages are 1-indexed).
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.