Skip to content
Grok

agent browser for Grok

io.github.aetherai3/agent-browser

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

client:Grok transport:stdio runtime:npm

Install agent browser in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agent-browser": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "aether-browser"
      ],
      "env": {
        "AGENT_BROWSER_URL": "<AGENT_BROWSER_URL>",
        "AGENT_BROWSER_CONTROLLER_TOKEN": "<AGENT_BROWSER_CONTROLLER_TOKEN>",
        "AGENT_BROWSER_OBSERVER_TOKEN": "<AGENT_BROWSER_OBSERVER_TOKEN>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

agent browser in other clients