Skip to content

PDFCrowd PDF Export for Grok

io.github.pdfcrowd/pdfcrowd-mcp-pdf-export

Create polished, professional PDFs from a single prompt. Documentation, reports, charts, and more.

client:Grok transport:stdio runtime:npm

Install PDFCrowd PDF Export 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": {
    "pdfcrowd-mcp-pdf-export": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pdfcrowd-mcp-pdf-export"
      ],
      "env": {
        "PDFCROWD_USERNAME": "<PDFCROWD_USERNAME>",
        "PDFCROWD_API_KEY": "<PDFCROWD_API_KEY>"
      }
    }
  }
}

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

PDFCrowd PDF Export in other clients