Back to Apps

Vibetest Use
by browser-use
Automated QA testing using Browser-Use agents to find UI bugs and accessibility issues.
0 stars
Works in:Cursor
Exposes:Tools
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
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add server in MCP settings with command path to vibetest-mcp and GOOGLE_API_KEY env var.Claude Desktop
Add to claude_desktop_config.json using the command path to vibetest-mcp and your GOOGLE_API_KEY.





