MCP Catalogs
Home

aai-gateway vs time

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

aai-gateway
by gybob
time
by modelcontextprotocol
Stars★ 104★ 85,748
30d uses
Score4777
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit1 mo agothis month

aai-gateway · Summary

AAI Gateway provides unified management of MCP servers and skills across multiple AI agents with 99% context token savings.

time · Summary

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

aai-gateway · Use cases

  • Browser automation by searching for and installing Playwright MCP
  • PPT creation by importing PPT skill packages
  • Code development assistance through unified management of coding tools

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

aai-gateway · Install

Installation

**Claude Code:**

claude mcp add --scope user --transport stdio aai-gateway -- npx -y aai-gateway

**Codex:**

codex mcp add aai-gateway -- npx -y aai-gateway

**OpenCode** — add to ~/.config/opencode/opencode.json:

{
  "mcp": {
    "aai-gateway": {
      "type": "local",
      "command": ["npx", "-y", "aai-gateway"],
      "enabled": true
    }
  }
}

**OpenClaw:**

openclaw plugins install openclaw-aai-gateway-plugin

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.