winget-cli (MCP Server)

GitHub

WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "winget-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-winget-cli"
      ]
    }
  }
}