Skip to content
Grok

pdf tables mcp for Grok

io.github.mehtaphysical13/pdf-tables-mcp

Reliable PDF table extraction. Pass a URL, get structured JSON tables with citations.

client:Grok transport:streamable-http

Install pdf tables mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "pdf-tables-mcp": {
      "type": "http",
      "url": "https://pdf-tables-mcp.vercel.app/api/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 tables mcp in other clients