MobileSAM

GitHub

This is the official code for MobileSAM project that makes SAM lightweight for mobile applications and beyond!

5,744 stars Jupyter Notebook
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "MobileSAM": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-MobileSAM"
      ]
    }
  }
}