mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp by BrowserMCP | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 6,510 | ★ 85,748 |
| 30d uses | — | — |
| Score | 51 | 77 |
| Official | — | ✓ |
| Categories | Browser AutomationWeb ScrapingDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 13 mo ago | this month |
mcp · Summary
Browser MCP enables AI applications to control your browser locally for automation tasks.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp · Use cases
- Automating repetitive web tasks
- Scraping data while avoiding detection
- Controlling logged-in web applications via AI
- Testing web applications with real browser context
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
mcp · Install
Installation
- Install the Browser MCP Chrome extension from the Chrome Web Store
- Install the MCP server package:
``bash npm install -g @browsermcp/server ``
- Configure Claude Desktop:
``json { "mcpServers": { "browser-mcp": { "command": "npx", "args": ["@browsermcp/server"] } } } ``
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"]
}
}
}