Vibetest Use
@browser-use
关于 Vibetest Use
Vibetest MCP - automated QA testing using Browser-Use agents
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"vibetest-use": {
"command": "uv",
"args": [
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Vibetest Use?
Vibetest Use is an MCP server that launches multiple Browser-Use agents to automatically test a website for UI bugs, broken links, accessibility issues, and other technical problems. It is designed for automated QA testing of both live websites and localhost development sites.
How to use Vibetest Use?
Install dependencies with uv venv, uv pip install -e ., and playwright install chromium --with-deps --no-shell. Then configure the MCP server in Claude Code or Cursor by providing a Google API key and the path to the vibetest-mcp binary. Once connected, invoke tests with prompts like “Vibetest my website with 5 agents: example.com” or “Run vibe test on localhost:3000”.
Key features of Vibetest Use
- Launches multiple Browser-Use agents for thorough testing
- Tests live websites and localhost development sites
- Supports headless and non-headless browser modes
- Configurable number of test agents
- Works with Claude Code and Cursor via MCP
- Powered by Google Gemini (gemini-2.0-flash)
Use cases of Vibetest Use
- Automated regression testing of a newly deployed web app
- QA of a “vibe-coded” prototype during rapid iteration
- Quick accessibility and broken-link checks on localhost
- Stress-testing UI stability with multiple concurrent agents
- Running headless browser tests in CI/CD pipelines
FAQ from Vibetest Use
What are the requirements to use Vibetest Use?
Python 3.11+, a Google API key (for gemini-2.0-flash), and an MCP‑compatible client (Claude Code or Cursor).
What parameters can I specify when running a test?
You can specify the URL of the website, the number of agents (default 3), and whether to run headless or non-headless mode.
Does Vibetest Use support headless browsers?
Yes. By default it runs non-headless, but you can enable headless mode by including “headless” in your prompt.
What types of issues does Vibetest Use detect?
It identifies UI bugs, broken links, accessibility issues, and other technical problems on the tested website.
Where is the testing data processed?
Testing is performed locally by the Browser-Use agents using a browser (Chromium) installed via Playwright. The server requires a Google API key for the underlying Gemini model.
其他 分类下的更多 MCP 服务器
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.

EverArt
modelcontextprotocolModel Context Protocol Servers
评论