MCP Catalogs
Home

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
Score4777
Official
Categories
Developer ToolsMonitoringAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageJavaTypeScript
Last commit1 mo agothis 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.txt

Run in stdio mode:

python server.py

Or in streamable-http mode:

MCP_TRANSPORT=streamable-http MCP_HOST=0.0.0.0 MCP_PORT=8000 python server.py

Configure 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.