Render branded PDFs and PNG images from templates or raw HTML via the DocJet API. Free tier.
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 the JSON block into your client's configuration file under mcpServers, then restart the application.
MCP server for DocJet β render branded PDF documents (invoices, reports, certificates) and PNG social images directly from any MCP client (Claude Desktop, Claude Code, Cursor, Windsurf, ...).
Send a template ID or raw HTML plus JSON data; get back a signed download URL. Runs locally over stdio via npx β nothing to host.
Add to your MCP client configuration:
Get an API key at docjet.dev. To try it without signing up, use the public demo key (rate-limited to 3 req/min, 50 renders/month, shared by everyone):
| Tool | What it does |
|---|---|
render_pdf | Render a branded PDF. Input: template_id (or raw html) + data object. Returns a signed download URL. |
render_image | Render a PNG image (e.g. OG/social card). Input: template_id (or raw html) + data object. Returns a signed download URL. |
list_templates | List available templates: id, name, description, outputType. No API key needed. |
Example prompt once connected:
"List the DocJet templates, then render the invoice-ro template with client 'Demo SRL' and total 1000 as a PDF."
| Variable | Required | Description |
|---|---|---|
DOCJET_API_KEY | Yes | Your DocJet API key (binfra_ prefix). Sent as a Bearer token; never logged. |
DOCJET_BASE_URL | No | Override the API base URL (default https://api.docjet.dev). |
@modelcontextprotocol/sdk (v1).render_pdf β POST /v1/render?response=url, render_image β POST /v1/image?response=url, list_templates β GET /v1/templates.^[a-z0-9][a-z0-9-]{0,63}$ before any network call.QUOTA_EXCEEDED, RATE_LIMITED).docjet on npmMIT
No reviews yet β be the first to share how this listing worked for you.
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/docjet-mcp)<a href="https://allmcps.com/mcp/docjet-mcp"><img src="https://allmcps.com/api/badge/docjet-mcp?style=directory" alt="Docjet MCP on AllMCPs" /></a>