Skip to content
Grok

PageMap for Grok

io.github.retio-ai/pagemap

Structured web intelligence for AI agents. 5x fewer tokens than Playwright/Firecrawl, 84.7% accuracy

client:Grok transport:stdio runtime:pypi

Install PageMap in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "pagemap": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "retio-pagemap"
      ]
    }
  }
}

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

PageMap in other clients