WindowsAppSDK

GitHub

The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet.

WindowsAppSDK MCP Server

MCP server for microsoft/WindowsAppSDK

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "WindowsAppSDK": {
      "command": "npx",
      "args": [
        "-y",
        "@microsoft/WindowsAppSDK"
      ]
    }
  }
}