MCP Catalogs
Home

time vs mcp-hub

Side-by-side comparison to help you pick between these two MCP servers.

time
by modelcontextprotocol
mcp-hub
by ravitemer
Stars★ 85,748★ 487
30d uses
Score7749
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsProductivityAI / LLM Tools
LanguageTypeScriptJavaScript
Last committhis month7 mo ago

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

mcp-hub · Summary

A centralized hub for managing multiple MCP servers with unified endpoints and dynamic server monitoring.

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-hub · Use cases

  • Organizing multiple MCP servers in a single project to avoid configuration complexity
  • Creating a gateway for MCP clients to access various tools through one connection
  • Managing development environments with hot-reload capabilities for MCP servers

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"]
    }
  }
}

mcp-hub · Install

npm install -g mcp-hub

Start the hub server:

mcp-hub --port 3000 --config path/to/config.json

Claude Desktop configuration:

{
  "mcpServers": {
    "Hub": {
      "url": "http://localhost:37373/mcp"
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.