# brunodev85/winlator | Model Context Protocol (MCP) Server > Android application for running Windows applications with Wine and Box86/Box64 - **Stars**: ⭐ 17,532 - **Language**: C - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "winlator": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-winlator" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "winlator": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-winlator" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-winlator` - **Docker**: `docker run -i --rm mcp/winlator`