Catalog
io.github.docjet-dev/docjet-mcp
Officialby docjet-dev · TypeScript
Render branded PDFs and PNG images from templates or raw HTML via the DocJet API. Free tier.
Generates branded PDFs and PNG images from HTML templates via the DocJet API.
README not available yet.
Install
Configuration
Environment variables
DOCJET_API_KEYrequiredsecretDocJet API key (get one free at https://docjet.dev — POST /v1/signup)
DOCJET_BASE_URLOverride the API base URL (default: https://api.docjet.dev)
claude_desktop_config.json
{
"mcpServers": {
"docjet-mcp": {
"command": "npx",
"args": [
"-y",
"docjet-mcp@1.0.1"
],
"env": {
"DOCJET_API_KEY": "<YOUR_DOCJET_API_KEY>",
"DOCJET_BASE_URL": "<YOUR_DOCJET_BASE_URL>"
}
}
}
}