Skip to content
Claude Desktop

PDFMonkey for Claude Desktop

io.github.pdfmonkey/pdfmonkey-mcp

Generate PDFs from templates using the PDFMonkey API

client:Claude Desktop transport:stdio runtime:npm

Install PDFMonkey in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "pdfmonkey-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pdfmonkey-mcp-server"
      ],
      "env": {
        "PDFMONKEY_API_KEY": "<PDFMONKEY_API_KEY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

PDFMonkey in other clients