Skip to content
Windsurf

powershell mcp for Windsurf

io.github.imrrd/powershell-mcp

Headless Windows ops over MCP: hidden PowerShell plus in-process SSH, WinRM and SFTP.

client:Windsurf transport:stdio runtime:npm

Install powershell mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "powershell-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@imrrd/powershell-mcp"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

powershell mcp in other clients