Skip to content

pdf report generator for Grok

io.github.themoddedcube/pdf-report-generator

Generate professional PDF reports from LLM output — cover, TOC, tables, charts, 5 themes.

client:Grok transport:stdio runtime:npm

Install pdf report generator in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "pdf-report-generator": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ctalasila/pdf-report-generator"
      ]
    }
  }
}

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

pdf report generator in other clients