MCP.so
Sign In

Vibetest Use 🚀

@Menziesinstitute

About Vibetest Use 🚀

# Vibetest UseAn 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. 🖥️✨

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

Menziesinstitute

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "vibetest-use-menziesinstitute": {
      "command": "uv",
      "args": [
        "venv"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Vibetest Use?

Vibetest Use is an MCP server that launches multiple Browser-Use agents to test vibe-coded websites for UI bugs, broken links, accessibility issues, and other technical problems. It is designed for both live websites and localhost development sites.

How to use Vibetest Use?

Install dependencies with uv venv, source .venv/bin/activate, and uv pip install -e .. Configure through the Claude Code CLI using claude mcp add vibetest /full/path/to/vibetest-use/.venv/bin/vibetest-mcp -e GOOGLE_API_KEY="your_api_key", or through the Cursor MCP settings UI by adding a JSON entry with the command path. Invoke a test with vibetest --url http://yourwebsite.com.

Key features of Vibetest Use

  • Multi-agent testing of multiple website aspects simultaneously.
  • Customizable settings to suit different testing needs.
  • User-friendly setup and operation, even for beginners.

Use cases of Vibetest Use

  • Testing live websites for UI bugs and broken links.
  • Scanning localhost development sites before deployment.
  • Identifying accessibility issues automatically.
  • Running comprehensive technical audits on vibe-coded projects.

FAQ from Vibetest Use

What are the runtime dependencies?

The server requires Python, uv, and a virtual environment. It uses a Google API key for operation.

How do I configure Vibetest Use in Cursor?

Add a server entry in Cursor’s MCP settings with the command "/full/path/to/vibetest-use/.venv/bin/vibetest-mcp".

What kind of issues does it detect?

It checks for UI bugs, broken links, accessibility issues, and other technical problems.

Where is the test output displayed?

After the test completes, you receive a detailed report.

Does Vibetest Use require authentication?

Yes, a Google API key must be provided via the GOOGLE_API_KEY environment variable when adding the server.

Comments

More Other MCP servers