vibetest-use

Vibetest MCP - automated QA testing using Browser-Use agents

GitHub Stars

511

User Rating

Not Rated

Favorites

0

Views

7

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

Author Information
Browser Use
United States of America

2,456

Followers

16

Repositories

0

Gists

0

Total Contributions

Related MCPs
claude-settings logo

My personal Claude Code/Desktop setup with battle-tested commands and MCP servers that I use daily.

Python
fastapi_mcp logo

Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!

Python
mcp-server-qdrant logo

An official Qdrant Model Context Protocol (MCP) server implementation

Python