Super Windows CLI MCP Server

Provides unrestricted system access to Windows environments via a command-line interface.

Local serverstdio 6

What is the Super Windows CLI MCP server?

If you already use Super Windows CLI, the super windows cli mcp server is the piece that lets your assistant work with it directly. Provides unrestricted system access to Windows environments via a command-line interface.

What the server does

An enhanced fork of the Windows CLI MCP Server with unrestricted system access capabilities.

  • Complete access to Windows shell environments (PowerShell, CMD, Git Bash)
  • No command or argument restrictions
  • Full file system access
  • SYSTEM-level service installation
  • Automatic service recovery
  • Network binding controls

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Network — level access controls
  • Auto — recovery and fault tolerance
  • SYSTEM — level service installation
  • Installation — The Installation tool exposed by this server
  • Removal — The Removal tool exposed by this server

Installation

npm on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Where it fits

Plenty of file and storage access servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Super Windows CLI's toolset — Network, Auto, SYSTEM and 2 more — is a fair guide to whether it matches your workflow. It is maintained by delorenj; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
Networklevel access controls
Autorecovery and fault tolerance
SYSTEMlevel service installation
InstallationThe Installation tool exposed by this server.
RemovalThe Removal tool exposed by this server.

How to install the Super Windows CLI MCP server

{
  "mcpServers": {
    "super-windows-cli": {
      "command": "npx",
      "args": ["-y", "npm"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Super Windows CLI to Network.
  • Use Super Windows CLI to Auto.
  • Use Super Windows CLI to SYSTEM.

Frequently asked questions

Build the project using `npm install && npm run build`, copy the files to your Windows machine, and run the `install-service.ps1` script as an administrator.