time vs wmux
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | wmux by openwong2kim | |
|---|---|---|
| Stars | ★ 85,748 | ★ 76 |
| 30d uses | — | — |
| Score | 77 | 46 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsBrowser Automation |
| 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.
wmux · Summary
Windows terminal multiplexer with MCP server integration for AI coding agents like Claude, supporting split terminals and browser automation.
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
wmux · Use cases
- Running multiple AI coding agents (Claude, Codex, Gemini) simultaneously in split terminals
- Automating browser interactions through AI agents using Chrome DevTools Protocol
- Creating persistent terminal sessions that survive app restarts and system reboots
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"]
}
}
}wmux · Install
Installation Options
**Winget (recommended):**
winget install openwong2kim.wmux**Chocolatey:**
choco install wmux**Installer:** [Download wmux Setup.exe](https://github.com/openwong2kim/wmux/releases/latest)
**One-liner (PowerShell):**
irm https://raw.githubusercontent.com/openwong2kim/wmux/main/install.ps1 | iex**Claude Desktop Integration:** Wmux automatically registers the MCP server on startup. No manual configuration needed.