# ChaoningZhang/MobileSAM | Model Context Protocol (MCP) Server > This is the official code for MobileSAM project that makes SAM lightweight for mobile applications and beyond! - **Stars**: ⭐ 5,744 - **Language**: Jupyter Notebook - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "MobileSAM": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-MobileSAM" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "MobileSAM": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-MobileSAM" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-MobileSAM` - **Docker**: `docker run -i --rm mcp/MobileSAM`