Agent-facing PDF API: merge, split, rotate, compress, images, metadata, text, and Markdown.
Paste into claude_desktop_config.json:
{
"mcpServers": {
"exactpdf-mcp": {
"command": "npx",
"args": [
"-y",
"@exactpdf/mcp"
]
}
}
}Run in a terminal:
claude mcp add exactpdf-mcp -- npx -y @exactpdf/mcp
Paste into .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
{
"mcpServers": {
"exactpdf-mcp": {
"command": "npx",
"args": [
"-y",
"@exactpdf/mcp"
]
}
}
}Transport: stdio - Runs locally over stdio. Your client launches the process itself; you need the matching runtime installed (Node for npx, uv for uvx, Docker for docker run).
https://wingmanprotocol.com/mcp.