Opencv MCP Server
UnclaimedOpenCV MCP Server provides OpenCV's image and video processing capabilities through the Model Context Protocol (MCP). Access powerful computer vision tools for tasks ranging from basic image manipulation to advanced object detection and tracking.
Install
pip install opencv-mcp-serverUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (22)
apply_filter_tool
Apply various filters to an image (blur, gaussian, median, bilateral)
apply_threshold_tool
Apply threshold to an image (binary, adaptive, etc.)
combine_frames_to_video_tool
Combine frames into a video file
convert_color_space_tool
Convert image between color spaces (BGR, RGB, GRAY, HSV, etc.)
create_mp4_from_video_tool
Convert a video file to MP4 format
crop_image_tool
Crop a region from an image
detect_camera_objects_tool
Detect objects from computer's camera and save to video
detect_contours_tool
Detect and optionally draw contours in an image
detect_edges_tool
Detect edges in an image using different methods (Canny, Sobel, Laplacian, Scharr)
detect_faces_tool
Detect faces in an image using Haar cascades or DNN
detect_features_tool
Detect features in an image using methods like SIFT, ORB, BRISK
detect_motion_tool
Detect motion between two frames
detect_objects_tool
Detect objects using pre-trained DNN models (e.g., YOLO)
detect_video_objects_tool
Detect objects in a video and create a detection result video
extract_video_frames_tool
Extract frames from a video file
find_shapes_tool
Find basic shapes in an image (circles, lines)
get_image_stats_tool
Get statistical information about an image
match_features_tool
Match features between two images
match_template_tool
Find a template in an image
resize_image_tool
Resize an image to specific dimensions
save_image_tool
Save an image to a file
track_object_tool
Track an object across video frames