general MCP Server
An MCP server providing tools for image processing operations
Discovered via unknown and last synced 3mo ago.
Install instructions not detected yet
Check the source repository for the latest setup steps.
Description
Draws circles on an image using OpenCV
Resizes an image using OpenCV
Changes the color palette of an image
Draws rectangles on an image using OpenCV
Draws text on an image using OpenCV
View and update ImageSorcery MCP configuration settings
Crops an image using OpenCV's NumPy slicing approach
Gets metadata information about an image file
Detects objects in an image using models from Ultralytics. Can return segmentation masks (as PNG files) or polygons.
Draws arrows on an image using OpenCV
Overlays one image on top of another, handling transparency
Draws lines on an image using OpenCV
Rotates an image using imutils.rotate_bound function
Fills specified rectangular, polygonal, or mask-based areas of an image with a color and opacity, or makes them transparent. Can also invert the provided areas e.g. to remove background.
Finds objects in an image based on a text description. Can return segmentation masks (as PNG files) or polygons.
Example Usage
Performs Optical Character Recognition (OCR) on an image using EasyOCR
Guides the AI through a comprehensive background removal workflow using object detection and masking tools
Blurs specified rectangular or polygonal areas of an image using OpenCV. Can also invert the provided areas e.g. to blur background.