Skip to main content
Browser AutomationPython

Retio-ai/pagemap

Compresses ~100K-token HTML into 2-5K-token structured maps while preserving every actionable element. AI agents can read and interact with any web page at 97% fewer tokens.

browser-automationlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/Retio-ai/Retio-pagemap

Claude Desktop configuration example:

{
  "mcpServers": {
    "retio-pagemap": {
      "command": "npx",
      "args": [
        "-y",
        "Retio-ai/pagemap"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Browser Automation
Language
Python
Author
Retio-ai