time vs wcgw
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | wcgw by rusiaaman | |
|---|---|---|
| Stars | ★ 85,748 | ★ 660 |
| 30d uses | — | — |
| Score | 77 | 54 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsFile SystemAI / LLM Tools |
| Language | TypeScript | Python |
| Last commit | this month | 1 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
wcgw · Summary
An MCP server providing shell and code editing tools with interactive terminal access 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
wcgw · Use cases
- AI-assisted software development with iterative code execution and debugging
- Automated file system operations and batch processing through AI commands
- Interactive shell access with the ability to resume and share task checkpoints
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"]
}
}
}wcgw · Install
Installation
**Mac and Linux**
- Install
uvusing homebrew:brew install uv - Create or update
claude_desktop_config.jsonin~/Library/Application Support/Claude/with:
{
"mcpServers": {
"wcgw": {
"command": "uvx",
"args": ["--python", "3.12", "wcgw@latest"]
}
}
}- Restart Claude Desktop
**Windows (WSL)**
- Install [uv](https://docs.astral.sh/uv/getting-started/installation/)
- Update
claude_desktop_config.jsonin%APPDATA%\Claude\with:
{
"mcpServers": {
"wcgw": {
"command": "wsl.exe",
"args": ["uvx", "--python", "3.12", "wcgw@latest"]
}
}
}