Skip to content
Grok

pdf mcp for Grok

io.github.wesseltl/pdf-mcp

Extract text and tables from PDFs for an agent: invoices, reports, statements.

client:Grok transport:stdio runtime:pypi

Install pdf mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "pdf-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "pdf-agent-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 mcp in other clients