Server data from the Official MCP Registry
Turn a description into a shareable, editable PDF — invoices, certificates, reports, resumes.
Turn a description into a shareable, editable PDF — invoices, certificates, reports, resumes.
Remote endpoints: streamable-http: https://api.pdfmakerapi.com/mcp
Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
1 tool verified · Open access · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
An MCP server for PDFMakerAPI. It
exposes a single create_document tool that turns a document description into a shareable link
which opens in the PDFMakerAPI editor — preview, edit any field, and download the PDF.
Works with any MCP client: Claude Desktop, Cursor, Windsurf, Cline, Zed, etc.
It's a thin client of the public API at https://api.pdfmakerapi.com, so it needs no server,
account, or credentials of its own.
The create_document tool accepts a PDFMakerAPI Document (invoice, certificate, report, resume,
letter, …) built by the calling model, stores it via POST /api/v1/documents, and returns a link
like https://app.pdfmakerapi.com/d/<id>.
Edit claude_desktop_config.json (Settings → Developer → Edit Config):
{
"mcpServers": {
"pdfmakerapi": {
"command": "npx",
"args": ["-y", "@pdfmakerapi/mcp"]
}
}
}
Restart Claude Desktop, then ask: "Make a professional invoice for Acme with 3 line items."
Add the same server to the client's MCP config:
{
"mcpServers": {
"pdfmakerapi": { "command": "npx", "args": ["-y", "@pdfmakerapi/mcp"] }
}
}
| Env var | Default | Purpose |
|---|---|---|
PDFMAKERAPI_BASE_URL | https://api.pdfmakerapi.com | Point the tool at a different API (e.g. http://localhost:3001 for local dev). |
git clone https://github.com/GerardoBarrera/pdfmakerapi-mcp.git
cd pdfmakerapi-mcp
npm install
npm run build # compile to dist/
npm run dev # run from source (tsx)
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.