Skip to content
Grok

pdf it for Grok

io.github.mrslbt/pdf-it

Native PDF renderer for AI markdown. Cover, TOC, page-numbered footer. Fonts embedded, zero config.

client:Grok transport:stdio runtime:npm

Install pdf it in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "pdf-it": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pdf-it-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 it in other clients