yolov3 (MCP Server)

GitHub

PyTorch implementation of YOLOv3, YOLOv3-SPP, and YOLOv3-tiny for real-time object detection with training, validation, inference, and multi-format export.

Claude Desktop Configuration

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

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