vibetest-use vs time
Side-by-side comparison to help you pick between these two MCP servers.
vibetest-use by browser-use | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 793 | ★ 85,748 |
| 30d uses | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | Browser AutomationDeveloper ToolsMonitoring | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 9 mo ago | this month |
vibetest-use · Summary
MCP server for automated QA testing using Browser-Use agents to find UI bugs and accessibility issues.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
vibetest-use · Use cases
- Automated UI bug detection on web applications
- Link validation across entire websites
- Accessibility compliance testing
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
vibetest-use · Install
# Install dependencies
uv venv
source .venv/bin/activate
uv pip install -e .
# Install the browser
playwright install chromium --with-deps --no-shell
# For Claude Code
claude mcp add vibetest /full/path/to/vibetest-use/.venv/bin/vibetest-mcp -e GOOGLE_API_KEY="your_api_key"
# For Cursor (add to config)
{
"mcpServers": {
"vibetest": {
"command": "/full/path/to/vibetest-use/.venv/bin/vibetest-mcp",
"env": {
"GOOGLE_API_KEY": "your_api_key"
}
}
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}