Skip to content
Grok

Page Scanner for Grok

io.github.sbd530/page-scanner

Capture a web page from your own Chrome as a PDF whose text is still text.

client:Grok transport:stdio runtime:npm

Install Page Scanner in Grok

.mcp.json (in your project root)

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

Page Scanner in other clients