mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server by bitDive | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 86 | ★ 85,748 |
| 30d uses | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsMonitoringAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Java | TypeScript |
| Last commit | 1 mo ago | this month |
mcp-server · Summary
MCP server providing trace analysis, request reproduction, and regression management for AI agents.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-server · Use cases
- Discover which module, service, or entrypoint is active in a system
- Compare traces before and after code changes to detect regressions
- Reproduce captured web requests locally for debugging
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-server · Install
Install dependencies:
pip install -r requirements.txtRun in stdio mode:
python server.pyOr in streamable-http mode:
MCP_TRANSPORT=streamable-http MCP_HOST=0.0.0.0 MCP_PORT=8000 python server.pyConfigure Claude Desktop:
{
"mcpServers": {
"bitdive": {
"command": "python",
"args": [
"/absolute/path/to/server.py"
],
"env": {
"BITDIVE_MCP_TOKEN": "your-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"]
}
}
}