# sandboxie-plus/Sandboxie | Model Context Protocol (MCP) Server > Sandboxie Plus & Classic - **Stars**: ⭐ 19,123 - **Language**: C - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Sandboxie": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Sandboxie" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Sandboxie": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Sandboxie" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Sandboxie` - **Docker**: `docker run -i --rm mcp/Sandboxie`