merlin_cv_mcp

bill-kopp-ai-dev/merlin_cv_mcp
★ 0 stars Python 🤖 AI/LLM Updated 7d ago
A Model Context Protocol (MCP) server to control opencv.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "merlin_cv_mcp": {
      "command": "uvx",
      "args": [
        "merlin-cv-mcp"
      ]
    }
  }
}

Or install with pip: pip install merlin-cv-mcp

README Excerpt

**High-performance local computer vision for percival.OS** **Version 1.0.0** **Percival OpenCV MCP** is a high-performance Model Context Protocol (MCP) server designed for local image and video manipulation. Built with **OpenCV**, it provides agentic capabilities for visual analysis, feature detection, and media processing while maintaining 100% data privacy within the **percival.OS** ecosystem.

Tools (19)

cv_apply_filtercv_apply_thresholdcv_combine_frames_to_videocv_convert_color_spacecv_crop_imagecv_detect_contourscv_detect_edgescv_detect_facescv_detect_featurescv_detect_motioncv_detect_objectscv_extract_video_framescv_find_shapescv_get_image_statscv_get_security_metricscv_get_statuscv_match_templatecv_resize_imagecv_save_image