Skip to content
Grok

pdfcheck mcp for Grok

io.github.jayjex/pdfcheck-mcp

MCP server validating PDF page trees: Kids->Page, Contents->stream, orphans, Count match.

client:Grok transport:stdio runtime:npm

Install pdfcheck mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "pdfcheck-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@jayjex/pdfcheck-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

pdfcheck mcp in other clients