rf-detr

GitHub

[ICLR 2026] RF-DETR is a real-time object detection and segmentation model architecture developed by Roboflow, SOTA on COCO, designed for fine-tuning.

RAW Config

Claude Desktop Configuration

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

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