Skip to content
Grok

PDF Kit for Grok

io.github.benhuang21828/pdfkit

AI-powered PDF tools: fill forms, merge, extract data, and split PDFs

client:Grok transport:stdio runtime:npm

Install PDF Kit in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "pdfkit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pdfkit-mcp"
      ]
    }
  }
}

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 Kit in other clients