Imagesorcery Mcp

general MCP Server

An MCP server providing tools for image processing operations

generalgeneral
3 views319 stars50 forksMIT

Why This Matters

Discovered via unknown and last synced 3mo ago.

Source
unknown
Stars
319
Last synced
3mo ago
Install
Check source

Install

Install instructions not detected yet

Check the source repository for the latest setup steps.

View source instructions
20
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (20)

Tool

Description

draw_circles

Draws circles on an image using OpenCV

resize

Resizes an image using OpenCV

change_color

Changes the color palette of an image

draw_rectangles

Draws rectangles on an image using OpenCV

draw_texts

Draws text on an image using OpenCV

config

View and update ImageSorcery MCP configuration settings

crop

Crops an image using OpenCV's NumPy slicing approach

get_metainfo

Gets metadata information about an image file

detect

Detects objects in an image using models from Ultralytics. Can return segmentation masks (as PNG files) or polygons.

draw_arrows

Draws arrows on an image using OpenCV

overlay

Overlays one image on top of another, handling transparency

draw_lines

Draws lines on an image using OpenCV

rotate

Rotates an image using imutils.rotate_bound function

fill

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.

find

Finds objects in an image based on a text description. Can return segmentation masks (as PNG files) or polygons.

Description

Example Usage

ocr

Performs Optical Character Recognition (OCR) on an image using EasyOCR

remove-background

Guides the AI through a comprehensive background removal workflow using object detection and masking tools

blur

Blurs specified rectangular or polygonal areas of an image using OpenCV. Can also invert the provided areas e.g. to blur background.