vibetest-use
Automated QA testing using Browser-Use agents to identify UI bugs and technical issues on websites.
Vibetest MCP is designed to facilitate automated quality assurance testing for websites, utilizing multiple Browser-Use agents to thoroughly assess both live and localhost development sites. It helps in identifying UI bugs, broken links, accessibility issues, and other technical problems, ensuring that your website functions correctly before going live. With easy-to-follow installation instructions and support for headless testing, Vibetest allows users to specify various parameters such as the number of agents and the testing URL. This flexibility makes it suitable for developers looking to enhance their website's quality through comprehensive testing.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"vibetest-use": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-vibetest-use"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions