Loading MCP server directory, please wait...
Generate PDFs from templates using the PDFMonkey API
npx @getmcp/cli add io.github.pdfmonkey/pdfmonkey-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
PDFMONKEY_API_KEYYour PDFMonkey API key from dashboard.pdfmonkey.io
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.pdfmonkey/pdfmonkey-mcp": {
"command": "npx",
"args": [
"-y",
"pdfmonkey-mcp-server"
],
"env": {
"PDFMONKEY_API_KEY": ""
}
}
}
}