
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@pdfmakerapi/mcp
Advanced tools
MCP server for PDFMakerAPI — turn a description into a shareable, editable PDF (invoices, certificates, reports, resumes) from any MCP client (Claude, Cursor, etc.).
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
FAQs
MCP server for PDFMakerAPI — turn a description into a shareable, editable PDF (invoices, certificates, reports, resumes) from any MCP client (Claude, Cursor, etc.).
The npm package @pdfmakerapi/mcp receives a total of 126 weekly downloads. As such, @pdfmakerapi/mcp popularity was classified as not popular.
We found that @pdfmakerapi/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.