MCP Catalogs
Home

one-mcp vs time

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

one-mcp
by burugo
time
by modelcontextprotocol
Stars★ 390★ 85,748
30d uses
Score5077
Official
Categories
Developer ToolsOps & InfraOther
ProductivityDeveloper ToolsCommunication
LanguageGoTypeScript
Last committhis monththis month

one-mcp · Summary

One MCP is a centralized proxy platform for managing multiple MCP services with a web interface, analytics, and service grouping capabilities.

time · Summary

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

one-mcp · Use cases

  • Managing multiple MCP services in a centralized dashboard instead of configuring each one individually
  • Creating custom Claude Skills by grouping multiple MCP services into a single endpoint
  • Monitoring usage analytics and performance metrics of MCP services across an organization

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

one-mcp · Install

Homebrew Installation (macOS & Linux)

# Add tap
brew tap burugo/tap

# Install one-mcp
brew install one-mcp

# Start as background service
brew services start one-mcp

Docker Installation

docker run --name one-mcp -d \
  --restart always \
  -p 3000:3000 \
  -v $(pwd)/data:/data \
  buru2020/one-mcp:latest

Manual Installation

git clone https://github.com/burugo/one-mcp.git
cd one-mcp
cp .env_example .env
bash ./run.sh

**Default Login**: Username root, Password 123456

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.