time vs oh-my-codex
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | oh-my-codex by scalarian | |
|---|---|---|
| Stars | ★ 85,748 | ★ 61 |
| 30d uses | — | — |
| Score | 77 | 46 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsProductivityAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | 2 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
oh-my-codex · Summary
Orchestration layer for OpenAI Codex with MCP integration for task, state, memory and team management.
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
oh-my-codex · Use cases
- Structured code development workflows including TDD, code review, and planning
- Team-based task management with claim, queue, and completion workflows
- Persistent state management across development sessions
- Plugin system extending functionality with custom tools
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"]
}
}
}oh-my-codex · Install
# Install via npm
npm install
npm run build
cd packages/cli && npm link
# Or use direct installation
omx setup
# For Claude Desktop integration, add to config.json:
{
"mcpServers": {
"omx": {
"command": "node",
"args": ["/path/to/omx/packages/cli/dist/bin.js", "mcp"]
}
}
}