← Back to browse

docjet-mcp

Indexed by io.github.docjet-dev

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsDOCJET_API_KEY DOCJET_BASE_URL
Claude Code
claude mcp add --env DOCJET_API_KEY= --env DOCJET_BASE_URL= docjet-mcp -- npx docjet-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"docjet-mcp","command":"npx","args":["docjet-mcp"],"env":{"DOCJET_API_KEY":"","DOCJET_BASE_URL":""}}'
JSON
{
  "mcpServers": {
    "docjet-mcp": {
      "command": "npx",
      "args": [
        "docjet-mcp"
      ],
      "env": {
        "DOCJET_API_KEY": "",
        "DOCJET_BASE_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.