time vs oxylabs-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | oxylabs-mcp by oxylabs | |
|---|---|---|
| Stars | ★ 85,748 | ★ 95 |
| 30d uses | — | — |
| Score | 77 | 48 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Web ScrapingAI / LLM ToolsDeveloper Tools |
| Language | TypeScript | Python |
| Last commit | this month | 1 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
oxylabs-mcp · Summary
Oxylabs MCP server enables AI models to scrape and interact with the real-world web.
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
oxylabs-mcp · Use cases
- AI-powered content extraction from dynamic websites
- Bypassing anti-bot measures to access restricted content
- Structured data collection for AI model training
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"]
}
}
}oxylabs-mcp · Install
Installation
Install with uvx:
# macOS and Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
# Windows
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"Configure with uvx:
{
"mcpServers": {
"oxylabs": {
"command": "uvx",
"args": ["oxylabs-mcp"],
"env": {
"OXYLABS_USERNAME": "OXYLABS_USERNAME",
"OXYLABS_PASSWORD": "OXYLABS_PASSWORD",
"OXYLABS_AI_STUDIO_API_KEY": "OXYLABS_AI_STUDIO_API_KEY"
}
}
}
}Configuration
Configure with Claude Desktop: Navigate to **Claude → Settings → Developer → Edit Config** and add the configuration above to the claude_desktop_config.json file.