MCP Catalogs
Home

time vs Uni-CLI

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

time
by modelcontextprotocol
Uni-CLI
by olo-dot-io
Stars★ 85,748★ 82
30d uses
Score7746
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsProductivityCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

time · Summary

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

Uni-CLI · Summary

Universal CLI substrate providing 235+ websites, desktop apps, and MCP servers as searchable commands for AI agents.

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

Uni-CLI · Use cases

  • Search and execute commands across 235+ websites, desktop apps, and external CLIs
  • Serve MCP tools to AI agents via `npx @zenalexa/unicli mcp serve`
  • Repair broken adapters using structured error information and the repair command

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

Uni-CLI · Install

# Install globally
npm install -g @zenalexa/unicli

# Serve MCP tools
npx @zenalexa/unicli mcp serve

# Or with transport options
npx @zenalexa/unicli mcp serve --transport streamable --port 19826

# For Claude Desktop
# Add to claude_desktop_config.json:
{
  "mcpServers": {
    "unicli": {
      "command": "npx",
      "args": ["@zenalexa/unicli", "mcp", "serve"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.