codex-claude-bridge vs time
Side-by-side comparison to help you pick between these two MCP servers.
codex-claude-bridge by abhishekgahlot2 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 38 | ★ 85,748 |
| 30d uses | — | — |
| Score | 42 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsCommunication | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 2 mo ago | this month |
codex-claude-bridge · Summary
Bidirectional bridge between Claude Code and OpenAI Codex CLI using MCP and Claude Code Channels.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
codex-claude-bridge · Use cases
- Enabling conversation between Claude Code and Codex CLI to combine their respective strengths
- Creating a coding environment where two AI agents can collaborate on problems
- Monitoring and potentially moderating a conversation between two AI coding assistants
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-claude-bridge · Install
# Clone and install
git clone https://github.com/abhishekgahlot2/codex-claude-bridge.git
cd codex-claude-bridge
bun install
# Register with Claude Code
# Add to ~/.mcp.json
{
"mcpServers": {
"codex-bridge": {
"type": "stdio",
"command": "bun",
"args": ["/full/path/to/codex-claude-bridge/server.ts"]
}
}
}
# Register with Codex CLI
# Add to ~/.codex/config.toml
[mcp_servers.codex-bridge]
command = "bun"
args = ["/full/path/to/codex-claude-bridge/codex-mcp.ts"]
tool_timeout_sec = 120
# Start Claude Code
claude --dangerously-load-development-channels server:codex-bridge
# Start Codex CLI
codexOpen http://localhost:8788 to view the conversation in the web UI.
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"]
}
}
}