winremote-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
winremote-mcp by dddabtc | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 118 | ★ 85,748 |
| 30d uses | — | — |
| Score | 50 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsMonitoringOps & Infra | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
winremote-mcp · Summary
Windows Remote MCP Server with 40+ tools for desktop automation, process management, and file operations via FastMCP.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
winremote-mcp · Use cases
- Enable AI agents like Claude and GPT to control Windows GUI applications remotely
- Automate Windows system administration tasks from cross-platform environments
- Provide accessible Windows desktop control for users with disabilities
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
winremote-mcp · Install
Installation
From PyPI (Recommended)
pip install winremote-mcpFrom Source
git clone https://github.com/dddabtc/winremote-mcp.git
cd winremote-mcp
pip install .Claude Desktop Integration
Add to claude_desktop_config.json:
{
"mcpServers": {
"winremote": {
"type": "http",
"url": "http://192.168.1.100:8090/mcp/",
"oauth": {
"clientId": "my-client",
"clientSecret": "my-secret"
}
}
}
}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"]
}
}
}