boxmot (MCP Server)

GitHub

BoxMOT: Pluggable Python and C++ SOTA multi-object tracking modules with support for axis-aligned and oriented bounding boxes

Claude Desktop Configuration

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

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