time vs mcp-windows-automation
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | mcp-windows-automation by mukul975 | |
|---|---|---|
| Stars | ★ 85,748 | ★ 22 |
| 30d uses | — | — |
| Score | 77 | 40 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | File SystemDeveloper ToolsAI / 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.
mcp-windows-automation · Summary
AI-powered Windows automation server using MCP with 80+ tools for system control, file operations, and more.
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
mcp-windows-automation · Use cases
- Automate Windows system administration through natural language commands
- Control applications and perform file operations using AI assistants like Claude
- Integrate Windows automation into AI-powered workflows for productivity enhancement
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"]
}
}
}mcp-windows-automation · Install
Installation
# Install from PyPI
pip install mcp-windows-server
# Or install from source
git clone https://github.com/mukul975/mcp-windows-automation.git
cd mcp-windows-server
pip install -r requirements.txtClaude Desktop Integration
- Install the package:
pip install mcp-windows-server - Configure Claude Desktop:
{
"mcpServers": {
"mcp-windows-server": {
"command": "mcp-windows-server",
"env": {
"PYTHONUNBUFFERED": "1"
}
}
}
}- Restart Claude Desktop and start automating!