vibetest-use

Vibetest MCP - automated QA testing using Browser-Use agents

GitHub Stars

511

User Rating

Not Rated

Favorites

0

Views

57

Forks

48

Issues

0

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Python: 3.11 or higher
Google API Key: [Get one](https://developers.google.com/maps/api-security-best-practices)
Cursor/Claude: Requires MCP support

Installation Steps

1. Clone Repository

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

2. Install Dependencies

bash
uv venv
source .venv/bin/activate
uv pip install -e .

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Not recognized by Claude Solution: Verify configuration file path and syntax.

Additional Resources