MCP Server
MCP
io.github.docjet-dev/docjet-mcp
Render branded PDFs and PNG images from templates or raw HTML via the DocJet API. Free tier.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "docjet-mcp",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "DocJet API key (get one free at https://docjet.dev — POST /v1/signup)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "DOCJET_API_KEY"
},
{
"description": "Override the API base URL (default: https://api.docjet.dev)",
"format": "string",
"name": "DOCJET_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment