# cactus-compute/cactus | Model Context Protocol (MCP) Server > Quantization, kernels, runtime and inference engine for mobiles, wearables, smart home and robots. - **Stars**: ⭐ 5,544 - **Language**: C - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "cactus": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-cactus" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "cactus": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-cactus" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-cactus` - **Docker**: `docker run -i --rm mcp/cactus`