Odel
agent browser

agent browser

Local
@aetherai34PythonApache-2.0Updated 3 days ago

Self-hosted Chrome for AI agents, with a live noVNC view a human can take over.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmaether-browserv0.2.2

Run

npx -y aether-browser

MCP client config

{
  "mcpServers": {
    "agent-browser": {
      "command": "npx",
      "args": [
        "-y",
        "aether-browser"
      ]
    }
  }
}
PyPIaether-browserv0.2.2

Run

uvx aether-browser

MCP client config

{
  "mcpServers": {
    "agent-browser": {
      "command": "uvx",
      "args": [
        "aether-browser"
      ]
    }
  }
}