microsoft-ui-xaml (MCP Server)

GitHub

WinUI: a modern UI framework with a rich set of controls and styles to build dynamic and high-performing Windows applications.

Claude Desktop Configuration

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

{
  "mcpServers": {
    "microsoft-ui-xaml": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-microsoft-ui-xaml"
      ]
    }
  }
}