Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.AetherAI3/agent-browser

PYPI · AETHER-BROWSER · 2 COMPONENTS · SCANNED SEP 20

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

+3 this week 76 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency35
Schema Quality & AI Usability85
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 654 tokens (~72/item across 9 items; 9 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management53
  • Stability observed for 16 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 9 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the io.github.AetherAI3/agent-browser MCP server?

io.github.AetherAI3/agent-browser runs locally as a PyPI package, launched with uvx aether-browser. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · aether-browser

# add to Claude Code
claude mcp add aetherai3-agent-browser -- uvx aether-browser
// .cursor/mcp.json
{
  "mcpServers": {
    "aetherai3-agent-browser": {
      "command": "uvx",
      "args": [
        "aether-browser"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "aetherai3-agent-browser": {
      "command": "uvx",
      "args": [
        "aether-browser"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add aetherai3-agent-browser -- uvx aether-browser
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "aetherai3-agent-browser": {
      "type": "local",
      "command": [
        "uvx",
        "aether-browser"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add aetherai3-agent-browser --command uvx --arg aether-browser
# ~/.hermes/config.yaml
mcp_servers:
  aetherai3-agent-browser:
    command: "uvx"
    args: ["aether-browser"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "aetherai3-agent-browser": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "aether-browser"
      ]
    }
  }
}
# add to Vellum
assistant mcp add aetherai3-agent-browser -t stdio -c uvx -a aether-browser
// mcp.json
{
  "mcpServers": {
    "aetherai3-agent-browser": {
      "command": "uvx",
      "args": [
        "aether-browser"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 47 to 50. That category is still filling its 30-day observation window: 14 days of observed history at the previous scan, 15 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 40 to 43. That category is still filling its 30-day observation window: 12 days of observed history at the previous scan, 13 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +3
    • Stability: unverified → 0.27 functional
  • 4 Sept 26 69

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/aether-browser@0.2.2

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build

Background: Why install scripts are a supply-chain risk →

Dependencies 0 packages
Packages resolved 0
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 9 exposed · ~563 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
browser_click ~61

Click a CSS selector, or an x/y point in the viewport. Provide one, not both.

NameTypeReqDescription
selectorstringCSS selector to click.
xintegerViewport x coordinate.
yintegerViewport y coordinate.

No output schema declared.

No examples provided.

browser_close ~35

End the session and release the browser. Idempotent. Call this when the task is finished so the single session slot is free.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

browser_navigate ~55

Navigate the session to an http(s) URL and return the page title, final URL and readable text. The server validates the destination and refuses blocked address classes.

NameTypeReqDescription
urlstringyesAbsolute http(s) URL to open.

No output schema declared.

No examples provided.

browser_open ~60

Start the one headed Chrome session and return the live view URL. Give that URL to the human: they can watch this exact session, and take over in it, while you drive. Safe to call twice -- it reuses the session that is already open.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

browser_press ~89

Press one allowlisted key or combination. Allowed: Enter, Escape, Tab, Backspace, Delete, Space, ArrowUp, ArrowDown, ArrowLeft, ArrowRight, Home, End, PageUp, PageDown, Control+A, Control+Z, Control+Shift+Z, Meta+A, Meta+Z, Meta+Shift+Z.

NameTypeReqDescription
keystringyesKey to press.

No output schema declared.

No examples provided.

browser_read ~81

Read the current page: title, URL, readable text and a bounded accessibility tree. Prefer this over a screenshot -- it is structure, not pixels, and it does not spend a vision step unless you ask for the image.

NameTypeReqDescription
include_screenshotbooleanAlso return the PNG as base64. Costs one vision step from the session budget. Default false.

No output schema declared.

No examples provided.

browser_scroll ~48

Scroll the page by a nonzero pixel delta.

NameTypeReqDescription
delta_xintegerHorizontal pixels. Positive scrolls right.
delta_yintegerVertical pixels. Positive scrolls down.

No output schema declared.

No examples provided.

browser_status ~38

Report whether the runtime is up, whether a session is open, how many vision steps remain, and the live view URL to hand to a human.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

browser_type ~96

Type text into a CSS selector, or at an x/y point. Text is sent byte for byte. Do not use this for a secret a human should enter -- ask them to take over in the live view instead.

NameTypeReqDescription
selectorstringCSS selector to type into.
textstringyesText to type.
xintegerViewport x coordinate.
yintegerViewport y coordinate.

No output schema declared.

No examples provided.

Common questions

What is the io.github.AetherAI3/agent-browser MCP server?

io.github.AetherAI3/agent-browser is an MCP server listed in the public MCP registry as io.github.AetherAI3/agent-browser. Self-hosted Chrome for AI agents, with a live noVNC view a human can take over. This page covers its PyPI package (aether-browser).

Is the io.github.AetherAI3/agent-browser MCP server safe to use?

io.github.AetherAI3/agent-browser scores 76 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.AetherAI3/agent-browser MCP server expose?

io.github.AetherAI3/agent-browser exposes 9 tools: browser_open, browser_navigate, browser_read, browser_click, browser_type, and 4 more. Their descriptions and schemas cost roughly 563 tokens of context every time the server is loaded.

Is the io.github.AetherAI3/agent-browser MCP server still maintained?

io.github.AetherAI3/agent-browser is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.