Turn a description into a shareable, editable PDF β invoices, certificates, reports, resumes.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
An MCP server for PDFMakerAPI. It
exposes a single create_document tool that turns a plain-English document description into a
shareable link which opens in the PDFMakerAPI editor β preview it, edit any field, and download
the PDF.
Works with Claude Desktop, Claude.ai, Cursor, Windsurf, Cline, Zed, VS Code, ChatGPT, and any
other MCP client. It's a thin client of the public API at https://api.pdfmakerapi.com, so it needs
no account or credentials of its own.
PDFMakerAPI is a PDF template builder and PDF generation API. Instead of hard-coding documents or wrestling with HTML-to-PDF converters that break when your content changes, you design a reusable template once in a visual, no-code editor β placing text, tables, images, and dynamic fields exactly where you want them β then feed it data to produce a finished, editable PDF.
Generate a single document or thousands. Fill a template in yourself, share a link so anyone completes it in the browser as a fillable PDF form, send JSON to the REST API, trigger generation from no-code tools like Zapier, Make, and n8n, or create documents straight from AI agents like Claude and ChatGPT. Prefer to start from a prompt? Describe what you need and let Quill build it.
Teams use PDFMakerAPI for invoices, receipts, certificates, reports, and contracts β anything you'd otherwise rebuild by hand every time the data changes. Start building free with 100 PDFs a month.
One-click:
Or add the same config manually (works in every desktop client):
Settings β Developer β Edit Config (claude_desktop_config.json), add the mcpServers block above, and restart Claude.
Use the Add to Cursor button, or add the block to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per-project).
Add the block to ~/.codeium/windsurf/mcp_config.json (or via Settings β Cascade β MCP).
Cline β MCP Servers β Configure, and add the mcpServers block.
Use the Install in VS Code button, or add to .vscode/mcp.json (note: VS Code uses a servers key):
In settings.json:
If your client supports remote MCP servers, just point it at the hosted endpoint β no npx, no Node:
{ "url": "https://api.pdfmakerapi.com/mcp" } instead of command/args.Ask your assistant for a document:
"Make a professional invoice for Acme with 3 line items." "Create a course completion certificate." "Build a clean one-page resume."
It calls create_document and returns a link like https://app.pdfmakerapi.com/d/<id> β open it to
preview, edit any field, and download the PDF.
| Env var | Default | Purpose |
|---|---|---|
PDFMAKERAPI_BASE_URL | https://api.pdfmakerapi.com | Point at a different API (e.g. http://localhost:3001 for local dev). |
https://api.pdfmakerapi.com/mcp.npx fails to start β ensure Node.js 18+ is installed (node -v), then retry npx -y @pdfmakerapi/mcp@latest.api.pdfmakerapi.com, and that you're using the Streamable HTTP transport.MIT
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/pdfmakerapi-mcp)<a href="https://allmcps.com/mcp/pdfmakerapi-mcp"><img src="https://allmcps.com/api/badge/pdfmakerapi-mcp?style=directory" alt="Pdfmakerapi Mcp on AllMCPs" /></a>