win-mcp-server

Chillwind132/win-mcp-server
★ 0 stars Unknown language 📁 File System Updated today
Remote Windows operations via WinRM/NTLM, exposed as an MCP server
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "win-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "Chillwind132/win-mcp-server"
      ]
    }
  }
}

README Excerpt

Remote Windows operations via WinRM/NTLM, exposed as an MCP (Model Context Protocol) server. Connects to any AD-joined Windows host using per-user credentials elicited at runtime — passwords live only in server memory with an idle TTL and are never logged. - **40+ tools** — filesystem, services, registry, event logs, certificates, processes, network, scheduled tasks, and more