MCP Catalogs
Home

time vs codex-mcp-tool

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

time
by modelcontextprotocol
codex-mcp-tool
by x51xxx
Stars★ 85,748★ 21
30d uses
Score7743
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM Tools
LanguageTypeScriptTypeScript
Last committhis month1 mo ago

time · Summary

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

codex-mcp-tool · Summary

MCP server connecting Claude/Cursor to Codex CLI with file analysis, multi-turn conversations, and local model support.

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

codex-mcp-tool · Use cases

  • Code analysis and refactoring with file references
  • Multi-turn conversations about code with context preservation
  • Local model integration for private code analysis

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

codex-mcp-tool · Install

Installation

Claude Desktop

claude mcp add codex-cli -- npx -y @trishchuk/codex-mcp-tool

Configuration

{
  "mcpServers": {
    "codex-cli": {
      "command": "npx",
      "args": ["-y", "@trishchuk/codex-mcp-tool"]
    }
  }
}

**Config locations:**

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
Comparison generated from public README + GitHub signals. Last updated automatically.