Run multi-agent Browser-Use tests to catch UI bugs, broken links, and accessibility issues before they ship.
localhost
# 1. Create & activate env uv venv --python 3.11 source .venv/bin/activate # 2. Install project uv pip install -e . # 3. Install browser runtime once playwright install chromium --with-deps --no-shell
# Register the MCP server claude mcp add vibetest /full/path/to/vibetest-use/.venv/bin/vibetest-mcp \ -e GOOGLE_API_KEY="your_api_key" # Inside a Claude chat > /mcp # ⎿ MCP Server Status # • vibetest: connected
{ "mcpServers": { "vibetest": { "command": "/full/path/to/vibetest-use/.venv/bin/vibetest-mcp", "env": { "GOOGLE_API_KEY": "your_api_key" } } } }
> Vibetest my website with 5 agents: browser-use.com > Run vibetest on localhost:3000 > Run a headless vibetest on localhost:8080 with 10 agents
https
http
localhost:port
3
Was this page helpful?