# superradcompany/microsandbox | Model Context Protocol (MCP) Server > 🧱 easy fast local-first microVM runtime and library - **Stars**: ⭐ 7,193 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "microsandbox": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-microsandbox" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "microsandbox": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-microsandbox" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-microsandbox` - **Docker**: `docker run -i --rm mcp/microsandbox`