time vs OmniMCP
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | OmniMCP by OpenAdaptAI | |
|---|---|---|
| Stars | ★ 85,748 | ★ 71 |
| 30d uses | — | — |
| Score | 77 | 37 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Browser AutomationDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | Python |
| Last commit | this month | 14 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
OmniMCP · Summary
OmniMCP enables AI models to understand and interact with UI through visual perception and precise control using MCP.
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
OmniMCP · Use cases
- Automating complex UI interactions based on visual understanding
- Testing web applications with AI-driven test scenarios
- Creating visual AI agents that can operate existing software interfaces
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"]
}
}
}OmniMCP · Install
# Clone and install
git clone https://github.com/OpenAdaptAI/OmniMCP.git
cd OmniMCP
./install.sh
# Configure environment
cp .env.example .env
# Edit .env with your API keys
# Activate environment
source .venv/bin/activateFor Claude Desktop integration, add to your config.json:
{
"mcpServers": {
"omnimcp": {
"command": "uv",
"args": ["run", "python", "path/to/omnimcp/mcp_server.py"]
}
}
}