Skip to content
Grok

PDF Reader for Grok

io.github.xvvln/pdf-reader-mcp

MCP server for extracting text, images, tables, links, annotations, and metadata from PDF files.

client:Grok transport:stdio runtime:pypi

Install PDF Reader in Grok

.mcp.json (in your project root)

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