# citrolabs/ego-lite | Model Context Protocol (MCP) Server > 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. - **Stars**: ⭐ 7,775 - **Language**: JavaScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "ego-lite": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ego-lite" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "ego-lite": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ego-lite" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-ego-lite` - **Docker**: `docker run -i --rm mcp/ego-lite`