MCP Catalogs
Home

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
Score3677
Official
Categories
Developer ToolsSecurityOps & Infra
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit2 mo agothis 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 build

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.