# ptitSeb/box64 | Model Context Protocol (MCP) Server > Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64, RV64 and LoongArch Linux devices - **Stars**: ⭐ 5,503 - **Language**: C - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "box64": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-box64" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "box64": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-box64" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-box64` - **Docker**: `docker run -i --rm mcp/box64`