
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@pdfbroker/mcp-server
Advanced tools
Generate PDFs from HTML using AI agents via PdfBroker.io.
This package connects Claude Desktop, Cursor, and other MCP clients to the PdfBroker.io cloud PDF generation API.
Settings → Developer → Edit Config):{
"mcpServers": {
"pdfbroker": {
"command": "npx",
"args": ["-y", "@pdfbroker/mcp-server"],
"env": {
"PDFBROKER_CLIENT_ID": "pb_cid_your_id_here",
"PDFBROKER_CLIENT_SECRET": "pb_sec_your_secret_here"
}
}
}
}
Both tools accept optional extraArguments (a string-to-string map of engine flags —
including enable-forms: "" for fillable wkhtmltopdf PDF forms) and resources
(base64-encoded files keyed by relative path, for embedded images and custom fonts).
Connected clients can read the full argument list from the
docs://pdfbroker/api-reference resource the server exposes.
Ask Claude: "Create a PDF invoice for Acme Corp with 3 line items"
Claude will generate HTML, call the html_to_pdf tool, and return a download link for the PDF.
Add to .vscode/mcp.json:
{
"servers": {
"pdfbroker": {
"command": "npx",
"args": ["-y", "@pdfbroker/mcp-server"],
"env": {
"PDFBROKER_CLIENT_ID": "pb_cid_your_id_here",
"PDFBROKER_CLIENT_SECRET": "pb_sec_your_secret_here"
}
}
}
}
Claude Code supports direct HTTP connections — no wrapper needed:
claude mcp add-json pdfbroker '{
"type": "http",
"url": "https://mcp.pdfbroker.io/",
"headers": {
"X-PdfBroker-ClientId": "pb_cid_your_id_here",
"X-PdfBroker-ClientSecret": "pb_sec_your_secret_here"
}
}'
| Variable | Required | Description |
|---|---|---|
PDFBROKER_CLIENT_ID | Yes | Your Client ID from pdfbroker.io |
PDFBROKER_CLIENT_SECRET | Yes | Your Client Secret from pdfbroker.io |
Note: earlier versions accepted a
PDFBROKER_MCP_URLoverride. As of1.1.0the server URL is fixed athttps://mcp.pdfbroker.io/(the MCP server is hosted-only). If the variable is still set in your environment the wrapper logs a warning and ignores it.
FAQs
PdfBroker.io MCP server — generate PDFs from HTML with AI agents
The npm package @pdfbroker/mcp-server receives a total of 22 weekly downloads. As such, @pdfbroker/mcp-server popularity was classified as not popular.
We found that @pdfbroker/mcp-server 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.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.