win-cli-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
win-cli-mcp-server by mhprol | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 0 | ★ 85,748 |
| 30d uses | — | — |
| Score | 36 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsSecurityOps & Infra | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 2 mo ago | this month |
win-cli-mcp-server · Summary
A hardened MCP server for Windows CLI and SSH interactions with critical bug fixes and security improvements.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
win-cli-mcp-server · Use cases
- Automating Windows system administration tasks through Claude Desktop
- Executing commands on remote Linux/Unix servers via SSH
- Securely running development environments and build processes
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
win-cli-mcp-server · Install
Installation
Add to your claude_desktop_config.json:
{
"mcpServers": {
"win-cli": {
"command": "node",
"args": [
"C:/path/to/win-cli-mcp-server/dist/index.js",
"--config",
"C:/path/to/win-cli-mcp-server/config.json"
]
}
}
}Or clone and set up:
git clone https://github.com/mhprol/win-cli-mcp-server.git
cd win-cli-mcp-server
npm install
npm run buildtime · 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"]
}
}
}