v1.0.0 — AI-Native Browser Automation
testmu-browser-agent v1.0.0
AI-native browser automation CLI and MCP server for Chrome, built in Go.
Highlights
- 90+ CLI commands — navigate, click, fill, screenshot, network interception, auth vault, device emulation, video recording, HAR capture
- 10 MCP tools — plug into Claude Code, Cursor, GitHub Copilot, Windsurf, Gemini CLI, Codex, Goose, OpenCode, or Cline
- Accessibility snapshots with
@refIDs — token-efficient, stable element references - LambdaTest cloud integration — run on real cloud browsers with a single flag
- AES-256-GCM encrypted sessions — save and restore authenticated browser state
- Daemon mode with REST API + SSE — long-lived browser process with HTTP endpoints
Install
curl -sSL https://raw.githubusercontent.com/4DvAnCeBoY/testmu-browser-agent-public/main/scripts/install.sh | shQuick Start
testmu-browser-agent open https://example.com
testmu-browser-agent snapshot
testmu-browser-agent click @e1
testmu-browser-agent screenshot --output page.png
testmu-browser-agent closeClaude Code Setup
{
"mcpServers": {
"testmu-browser-agent": {
"command": "testmu-browser-agent",
"args": ["mcp"]
}
}
}Downloads
| Platform | Binary |
|---|---|
| macOS (Apple Silicon) | testmu-browser-agent-darwin-arm64 |
| macOS (Intel) | testmu-browser-agent-darwin-amd64 |
| Linux (x86-64) | testmu-browser-agent-linux-amd64 |
| Windows (x86-64) | testmu-browser-agent-windows-amd64.exe |
Verify downloads with checksums.txt (SHA-256).