Odel
docjet mcp

docjet mcp

Local
@docjet-devTypeScriptUpdated 2mo ago

Render branded PDFs and PNG images from templates or raw HTML via the DocJet API. Free tier.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmdocjet-mcpv1.0.1

Run

npx -y docjet-mcp

MCP client config

{
  "mcpServers": {
    "docjet-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "docjet-mcp"
      ]
    }
  }
}