Agent Browser MCP Server

See what your agent sees. Self-hosted Chrome for AI agents. Your agent drives one real browser session - and you can watch it happen, and step in. It runs locally over stdio via the published package.

People who work with browser automation, chrome and computer use and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-15 · ★ 4 · #91 OF 255 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-09-18

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install Agent Browser

before you install - you'll need

SESSION_ID

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add aetherai3-agent-browser -- npx -y aether-browser

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "aetherai3-agent-browser": {
      "command": "npx",
      "args": [
        "-y",
        "aether-browser"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package aether-browser - unscoped; check the name against the project README before installing

registry namespace io.github.AetherAI3 is GitHub-verified and matches the repo owner

03 · What Agent Browser can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.2.2 · 2026-09-04

Agent Browser v0.2.2 makes the project publishable to the official MCP Registry as · io.github.AetherAI3/agent-browser. It adds publication metadata and nothing else: no route, · request model, authorization boundary…

v0.2.1 · 2026-09-04

Agent Browser v0.2.1 is a release-integrity and public-documentation patch for the first MCP-capable · stable line. It makes the tagged source archive, evidence record, and manifest-closure sequence · coherent without…

v0.2.0 · 2026-09-03

> [!IMPORTANT] · > Evidence-packaging notice: The v0.2.0 tag has not been moved, and the package provenance remains bound to that original release commit. However, the tag was created before the later v0.2.0…

04 · Who maintains Agent Browser

agent-browser is maintained by aetherai3. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
browser automation - ranked #91 of 255 actively-maintained browser automation servers as of 2026-09-18.
release cadence
4 releases in the last 90 days (latest 2026-09-04)
registry
io.github.AetherAI3/agent-browser (active, first published 2026-09-04)
packages
npm:aether-browser · pypi:aether-browser

06 · Agent Browser FAQ

What is Agent Browser?

See what your agent sees. Self-hosted Chrome for AI agents. Your agent drives one real browser session - and you can watch it happen, and step in. It runs locally over stdio via the published package.

Is Agent Browser still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-15 and it shipped 4 releases in the last 90 days. We re-verify nightly.

How do I install Agent Browser?

Run `npx -y aether-browser`. The README documents one environment variable (SESSION_ID) to set first. You can also paste the ready-made client config above.

Does Agent Browser run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Agent Browser