parallel-browser-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
parallel-browser-mcp by etairl | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 99 | ★ 85,748 |
| 30d uses | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | Browser AutomationWeb ScrapingDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
parallel-browser-mcp · Summary
An MCP server enabling parallel browser automation across multiple cloud providers with session-based control.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
parallel-browser-mcp · Use cases
- AI agents performing parallel web scraping and data collection from multiple sources simultaneously
- Automated UI testing across different browser environments and cloud providers in parallel
- Content management systems automating updates across multiple web properties concurrently
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
parallel-browser-mcp · Install
Install with npm:
npm install -g parallel-browser-mcpIn Claude Desktop:
{
"mcpServers": {
"parallel-browser-mcp": {
"command": "npx",
"args": ["parallel-browser-mcp@latest"],
"env": {
"BROWSER_MCP_CONFIG": "{\"defaultProvider\":\"playwright\",\"providers\":{\"playwright\":{\"launchOptions\":{\"headless\":true}}}}",
"BROWSERBASE_API_KEY": "your_browserbase_key",
"ANCHOR_API_KEY": "your_anchor_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"]
}
}
}