.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/browser-use/vibetest-use
home/mcp-servers/browser-use/vibetest-use
browser-use avatar

vibetest-use

bybrowser-use· 2 MCP servers

Installs

52

Stars

817

Forks

81

Category

Testing & QA

View on GitHub

TL;DR

Automated QA testing using Browser-Use agents.

How to install vibetest-use?

browser-use/vibetest-use
$git clone https://github.com/browser-use/vibetest-use

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install vibetest-use by running `git clone https://github.com/browser-use/vibetest-use`, then use it for the current task and follow its documentation at https://github.com/browser-use/vibetest-use.

Files · 1

View on GitHub
README.md
1# Vibetest Use
2 
3Automated QA testing using Browser-Use agents.
4 
5 
6https://github.com/user-attachments/assets/9558d051-78bc-45fd-8694-9ac80eaf9494
7 
8 
9An MCP server that launches multiple Browser-Use agents to test a vibe-coded website for UI bugs, broken links, accessibility issues, and other technical problems.
10 
11Perfect for testing both live websites and localhost development sites.
12 
13Vibecode and vibetest until your website works.
14 
15## Quick Start
16 
17```bash
18# Install dependencies
19uv venv
20source .venv/bin/activate
21uv pip install -e .
22 
23# Install the browser
24playwright install chromium --with-deps --no-shell
25```
26 
27### 1) Claude Code
28 
29```bash
30# Add MCP server via CLI
31claude mcp add vibetest /full/path/to/vibetest-use/.venv/bin/vibetest-mcp -e GOOGLE_API_KEY="your_api_key"
32 
33# Test in Claude Code
34> claude
35 
36> /mcp
37 ⎿  MCP Server Status
38 
39 • vibetest: connected
40```
41 
42### 2) Cursor (manually)
43 
441. **Install via MCP Settings UI:**
45 - Open Cursor Settings
46 - Click on "MCP" in the left sidebar
47 - Click "Add Server" or the "+" button
48 - Manually edit config:
49
50```json
51{
52 "mcpServers": {
53 "vibetest": {
54 "command": "/full/path/to/vibetest-use/.venv/bin/vibetest-mcp",
55 "env": {
56 "GOOGLE_API_KEY": "your_api_key"
57 }
58 }
59 }
60}
61 
62```
63 
64### Basic Prompts
65```
66> Vibetest my website with 5 agents: browser-use.com
67> Run vibetest on localhost:3000
68> Run a headless vibetest on localhost:8080 with 10 agents
69```
70 
71### Parameters You Can Specify
72- **URL**: Any website (`https://example.com`, `localhost:3000`, `http://dev.mysite.com`)
73- **Number of agents**: `3` (default), `5 agents`, `2 agents` - more agents = more thorough testing
74- **Headless mode**: `non-headless` (default) or `headless`
75 
76## Requirements
77 
78- Python 3.11+
79- Google API key ([get one](https://developers.google.com/maps/api-security-best-practices)) (we support gemini-2.0-flash)
80- Cursor/Claude with MCP support
81 
82## Full Demo
83 
84 
85https://github.com/user-attachments/assets/6450b5b7-10e5-4019-82a4-6d726dbfbe1f
86 
87 
88 
89## License
90 
91MIT
92 
93---
94 
95Powered by [Browser Use](https://github.com/browser-use/browser-use)

Preview

browser-use/vibetest-usebrowser-use/vibetest-use

# Vibetest Use

Automated QA testing using Browser-Use agents.

https://github.com/user-attachments/assets/9558d051-78bc-45fd-8694-9ac80eaf9494

An MCP server that launches multiple Browser-Use agents to test a vibe-coded website for UI bugs, broken links, accessibility issues, and other technical proble

Repobrowser-use/vibetest-use
TypeMCP Servers
CategoryTesting & QA
UpdatedSep 2025
License—
First seenJul 26, 2026

Tags

MCPagentsbrowser

Related

6 picks
Type
  1. smartbear avatarsmartbear-mcpMCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.MCP ServersJul 202658k40
  2. appium avatarappium-mcpMCP server for Appium mobile automation on iOS and Android devices with test creation tools.MCP ServersJul 202634k437
  3. postmanlabs avatarpostman-mcp-serverA basic MCP server to operate on the Postman API.MCP ServersJul 202633k288
  4. qase-tms avatarqase-mcp-serverOfficial MCP server for Qase — manage test cases, runs, suites, defects via AI tools.MCP ServersJul 20269.1k31
  5. desplega-ai avatarqa-useMCP server for browser automation and QA testingMCP ServersMay 20263.9k25
  6. dkmaker avatarmcp-rest-apiA generic REST API tester for testing HTTP endpointsMCP ServersApr 202666899