MCP Directory
Back

vibetest-use

by browser-use · Python · ★ 804

Vibetest MCP - automated QA testing using Browser-Use agents

#agents#browser#claude#cursor#mcp#mcp-server

Install

pip install git+https://github.com/browser-use/vibetest-use.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "vibetest-use": {
      "command": "uvx",
      "args": [
        "git+https://github.com/browser-use/vibetest-use.git"
      ]
    }
  }
}

From the README

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 problems. Perfect for testing both live websites and localhost development sites. Vibecode and vibetest until your website works. 1. **Install via MCP Settings UI:** - Open Cursor Settings - Click on "MCP" in the left sidebar - Click "Add Server" or the "+" button - Manually edit config: - **U…
Read full README on GitHub →

Related other servers