Loading MCP server directory, please wait...
Render branded PDFs and PNG images from templates or raw HTML via the DocJet API. Free tier.
npx @getmcp/cli add io.github.docjet-dev/docjet-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
DOCJET_API_KEYDocJet API key (get one free at https://docjet.dev — POST /v1/signup)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.docjet-dev/docjet-mcp": {
"command": "npx",
"args": [
"-y",
"docjet-mcp"
],
"env": {
"DOCJET_API_KEY": "",
"DOCJET_BASE_URL": ""
}
}
}
}