winlator

GitHub

Android application for running Windows applications with Wine and Box86/Box64

17,532 stars C
RAW Config

Claude Desktop Configuration

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

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