Skip to content
Claude Desktop

powershell mcp for Claude Desktop

io.github.imrrd/powershell-mcp

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

client:Claude Desktop transport:stdio runtime:npm

Install powershell mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

powershell mcp in other clients