Skip to content
Grok

TruePath PDF for Grok

io.github.joytruepath/truepath-pdf-mcp

Local-only PDF tools for AI — extract text, search, split/merge, render pages. Files never leave.

client:Grok transport:stdio runtime:npm

Install TruePath PDF in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "truepath-pdf-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@truepathpdf/mcp-server"
      ]
    }
  }
}

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

TruePath PDF in other clients