MCP.so
ログイン

Vibetest Use 🚀

@Menziesinstitute

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

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

Menziesinstitute

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「その他」の他のコンテンツ