ego-lite

GitHub

The fastest browser for AI agents to run browser automation, built for sharing your logged-in browser state with your AI agents, like Codex or Claude Code, without disturbing you. Zero cost, zero config.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "ego-lite": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ego-lite"
      ]
    }
  }
}