.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.

RAW Config

Claude Desktop Configuration

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

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