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).
Run
npx -y aether-browser
MCP client config
{
"mcpServers": {
"agent-browser": {
"command": "npx",
"args": [
"-y",
"aether-browser"
]
}
}
}Run
uvx aether-browser
MCP client config
{
"mcpServers": {
"agent-browser": {
"command": "uvx",
"args": [
"aether-browser"
]
}
}
}