open-codex-computer-use vs time
Side-by-side comparison to help you pick between these two MCP servers.
open-codex-computer-use by iFurySt | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 801 | ★ 85,748 |
| 30d uses | — | — |
| Score | 52 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Swift | TypeScript |
| Last commit | this month | this month |
open-codex-computer-use · Summary
Open-source MCP server for Computer Use on macOS, Linux, and Windows, inspired by Codex Computer Use.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
open-codex-computer-use · Use cases
- Enabling AI agents to perform computer tasks across macOS, Linux, and Windows
- Integrating Computer Use functionality into LLM applications like Codex and Claude
- Automating GUI-based workflows for testing and UI interaction
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
open-codex-computer-use · Install
# Install globally
npm i -g open-computer-use
# Run the MCP server
open-computer-use
# Install into Claude Desktop (add to ~/.config/claude-desktop/config.json)
{
"mcpServers": {
"open-computer-use": {
"command": "open-computer-use",
"args": ["mcp"]
}
}
}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"]
}
}
}