Vibetest Use
by browser-use
Automated QA testing using Browser-Use agents to find UI bugs and accessibility issues.
What it does
Vibetest Use is an MCP server that leverages Browser-Use agents to perform automated quality assurance testing on websites. It launches multiple agents to explore a site and identify UI bugs, broken links, accessibility failures, and other technical problems, making it ideal for both live production sites and local development environments.
Tools
vibetest: Launches a specified number of Browser-Use agents to audit a target URL for visual and functional regressions.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"vibetest": {
"command": "/full/path/to/vibetest-use/.venv/bin/vibetest-mcp",
"env": {
"GOOGLE_API_KEY": "your_api_key"
}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- Claude Code
Quick install
pip install -e . && playwright install chromiumInformation
- Pricing
- free
- Published
- 4/12/2026
- stars







