# MustardChef/WSABuilds | Model Context Protocol (MCP) Server > Run Windows Subsystem For Android on your Windows 10 and Windows 11 PC using prebuilt binaries with Google Play Store (MindTheGapps) and/or Magisk or KernelSU (root solutions) built in. - **Stars**: ⭐ 17,829 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "WSABuilds": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-WSABuilds" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "WSABuilds": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-WSABuilds" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-WSABuilds` - **Docker**: `docker run -i --rm mcp/WSABuilds`