opencode-browser vs time
Side-by-side comparison to help you pick between these two MCP servers.
opencode-browser by michaljach | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 46 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | Browser AutomationWeb ScrapingDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 1 mo ago | this month |
opencode-browser · Summary
MCP server plugin for OpenCode that enables browser automation through Browser MCP integration.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
opencode-browser · Use cases
- Automated web testing and validation of web applications
- Data extraction and web scraping from various websites
- Form automation and data entry for repetitive web tasks
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
opencode-browser · Install
Installation
- Install Browser MCP Extension:
- Visit https://browsermcp.io/install - Install the extension for Chrome or Edge - Follow the setup instructions
- Configure OpenCode:
``bash npx opencode-browser init ` This creates/updates ./opencode.json` with the required configuration.
- Alternative manual configuration:
``json { "$schema": "https://opencode.ai/config.json", "plugin": ["opencode-browser"], "mcp": { "browsermcp": { "type": "local", "command": ["npx", "-y", "@browsermcp/mcp@0.1.3"], "enabled": true } } } ``
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"]
}
}
}