opencv-python

GitHub

Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-contrib-python-headless packages.

opencv-python MCP Server

MCP server for opencv/opencv-python

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "opencv-python": {
      "command": "npx",
      "args": [
        "-y",
        "@opencv/opencv-python"
      ]
    }
  }
}