4DvAnCeBoY/testmu-browser-agent-public
AI-native browser automation CLI and MCP server for Chrome. 90+ commands. Works with Claude Code, Cursor, Copilot, and 6 more.
Platform-specific configuration:
{
"mcpServers": {
"testmu-browser-agent-public": {
"command": "npx",
"args": [
"-y",
"testmu-browser-agent-public"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
AI-native browser automation CLI and MCP server for Chrome. Single binary, zero dependencies.
[](https://github.com/4DvAnCeBoY/testmu-browser-agent-public/actions) [](https://github.com/4DvAnCeBoY/testmu-browser-agent-public/releases)
| Claude Code | Cursor | GitHub Copilot | Windsurf | Gemini CLI | Codex | Goose | OpenCode | Cline | |:-----------:|:------:|:--------------:|:--------:|:----------:|:-----:|:-----:|:--------:|:-----:| | Setup | Setup | Setup | Setup | Setup | Setup | Setup | Setup | Setup |
> Works with any agent that can run shell commands or connect via MCP. Auto-install all plugins with one script.
---
90+ CLI commands. 10 MCP tools. Stable @ref element IDs. Single binary. Zero dependencies.
---
# Install
curl -sSL https://raw.githubusercontent.com/4DvAnCeBoY/testmu-browser-agent-public/main/scripts/install.sh | sh
# Open a page
testmu-browser-agent open https://example.com
# Take an accessibility snapshot (shows @ref IDs for all interactive elements)
testmu-browser-agent snapshot
# Click a button by its @ref ID
testmu-browser-agent click @e1
# Fill a form field
testmu-browser-agent fill @e5 "hello@example.com"
# Take a screenshot
testmu-browser-agent screenshot --output page.png
# Close the browser
testmu-browser-agent close---
testmu-browser-agent is a single Go binary that exposes browser automation through three surfaces: a 90+ command CLI, a 10-tool MCP server for Claude Code, and a REST/SSE daemon API.
Loading reviews...