browser-mcp-lite vs time
Side-by-side comparison to help you pick between these two MCP servers.
browser-mcp-lite by karolaapiarian589 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 0 | ★ 85,748 |
| 30d uses | — | — |
| Score | 30 | 77 |
| Official | — | ✓ |
| Categories | Browser AutomationWeb ScrapingDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | this month | this month |
browser-mcp-lite · Summary
A lightweight MCP server for Chrome browser automation through extensions with secure token authentication.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
browser-mcp-lite · Use cases
- Automating browser interactions for web testing workflows
- Extracting structured data from web pages using accessibility trees
- Enabling AI agents to interact with web applications through MCP
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
browser-mcp-lite · Install
Installation
- Download the latest release from the GitHub repository
- Extract the ZIP file if needed
- Install the Chrome extension from the provided folder
- Launch the Windows application
- Configure token authentication between the app and extension
Claude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"browser-mcp-lite": {
"command": "path/to/browser-mcp-lite.exe",
"args": [],
"env": {
"TOKEN": "your-auth-token"
}
}
}
}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"]
}
}
}