Skip to content
Grok

docjet mcp for Grok

io.github.docjet-dev/docjet-mcp

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

client:Grok transport:stdio runtime:npm

Install docjet mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "docjet-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "docjet-mcp"
      ],
      "env": {
        "DOCJET_API_KEY": "<DOCJET_API_KEY>",
        "DOCJET_BASE_URL": "<DOCJET_BASE_URL>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

docjet mcp in other clients