open-browser-use vs time
Side-by-side comparison to help you pick between these two MCP servers.
open-browser-use by iFurySt | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 83 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | Browser AutomationDeveloper ToolsWeb Scraping | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | this month | this month |
open-browser-use · Summary
Platform-neutral browser automation MCP server for AI agents with CLI and SDK support.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
open-browser-use · Use cases
- Automated web testing and UI interactions for AI agents
- Web scraping and data extraction using AI automation
- Cross-platform browser automation without vendor lock-in
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
open-browser-use · Install
Install the CLI globally:
npm i -g open-browser-use
open-browser-use setupFor MCP server integration:
npx add-mcp "obu mcp" --name open_browser_use --all -g -yManual configuration for Claude Desktop:
[mcp_servers.open_browser_use]
command = "obu"
args = ["mcp"]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"]
}
}
}