PageMap is a browsing MCP server that compresses HTML content into a structured map, allowing AI agents to read and interact with web pages efficiently. It reduces token usage significantly while preserving actionable elements.
From the registry: Structured web intelligence for AI agents. 5x fewer tokens than Playwright/Firecrawl, 84.7% accuracy
Please install the `pagemap` MCP server into my current AI client (that's you).
Canonical MCP server config (stdio transport):
- command: `uvx`
- args: ["retio-pagemap"]
- optional environment variables:
- `PAGEMAP_ALLOW_LOCAL`: Set to '1' to allow access to private/localhost URLs (example: `1`)
- `RECORDING_OUTPUT_DIR`: Override output directory (example: `./recordings`)
Note: 13 tools for reading and interacting with web pages at 97% fewer tokens than Playwright MCP. Chromium auto-installed on first use. Python 3.11+ required. AGPL-3.0 license. On Claude Desktop (macOS), use absolute path to uvx.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.PAGEMAP_ALLOW_LOCALAllows local development access.AI-powered browser automation — navigate, click, fill forms, and extract data from any website.