time vs Uni-CLI
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | Uni-CLI by olo-dot-io | |
|---|---|---|
| Stars | ★ 85,748 | ★ 82 |
| 30d uses | — | — |
| Score | 77 | 46 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsProductivityCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
Uni-CLI · Summary
Universal CLI substrate providing 235+ websites, desktop apps, and MCP servers as searchable commands for AI agents.
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
Uni-CLI · Use cases
- Search and execute commands across 235+ websites, desktop apps, and external CLIs
- Serve MCP tools to AI agents via `npx @zenalexa/unicli mcp serve`
- Repair broken adapters using structured error information and the repair command
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"]
}
}
}Uni-CLI · Install
# Install globally
npm install -g @zenalexa/unicli
# Serve MCP tools
npx @zenalexa/unicli mcp serve
# Or with transport options
npx @zenalexa/unicli mcp serve --transport streamable --port 19826
# For Claude Desktop
# Add to claude_desktop_config.json:
{
"mcpServers": {
"unicli": {
"command": "npx",
"args": ["@zenalexa/unicli", "mcp", "serve"]
}
}
}