MCP Catalogs
Home

CodexClaw vs time

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

CodexClaw
by MackDing
time
by modelcontextprotocol
Stars★ 24★ 85,748
30d uses
Score4077
Official
Categories
Developer ToolsAI / LLM ToolsCommunication
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit1 mo agothis month

CodexClaw · Summary

Telegram bot for Claude Code and Codex CLI with MCP routing, multi-agent orchestration, cron jobs, and access controls.

time · Summary

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

CodexClaw · Use cases

  • Remote coding access through Telegram with Codex SDK or CLI backend
  • Multi-agent orchestration combining Codex with MCP and GitHub subagents
  • Scheduled automation and push notifications for daily summaries

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

CodexClaw · Install

git clone https://github.com/MackDing/CodexClaw.git
cd CodexClaw
npm install
cp .env.example .env

# Configure minimum settings
BOT_TOKEN=123456789:telegram-token
ALLOWED_USER_IDS=123456789
STATE_FILE=.codex-telegram-claws-state.json
WORKSPACE_ROOT=.
CODEX_WORKDIR=.
CODEX_BACKEND=sdk

# Start the bot
npm run start

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.