Imagesorcery MCP Server

v1.0.0APIsstable

An MCP server providing tools for image processing operations

computer-visionimage-editingimage-manipulationimage-processingmcp
Share:
312
Stars
0
Downloads
0
Weekly
0/5

About

An MCP server providing tools for image processing operations

Features

  • blur
  • change_color
  • crop
  • detect
  • draw_arrows

Use Cases

Blur specified rectangular or polygonal areas of an image using OpenCV. This tool allows blurring multiple rectangular or polygonal areas of an image with customizable blur strength. Each area can be a rectangle defined by a bounding box [x1, y1, x2,
Change the color palette of an image. This tool applies a predefined color transformation to an image. Currently supported palettes are 'grayscale' and 'sepia'. Returns: Path to the image with the new color palette.
Crop an image using OpenCV's NumPy slicing approach with OpenMCP's bounding box annotations. Returns: Path to the cropped image
Detect objects in an image using models from Ultralytics. This tool requires pre-downloaded models. Use the download-yolo-models command to download models before using this tool. If objects aren't common, consider using a specialized model. This too
Draw arrows on an image using OpenCV. This tool allows adding multiple arrows to an image with customizable start and end points, color, thickness, and tip length. Each arrow is defined by its start point (x1, y1) and end point (x2, y2). The 'tip_len
sunriseapps

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedMay 19, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx imagesorcery

Examples

Basic Configuration

Configure Imagesorcery MCP Server

npx imagesorcery

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More APIs MCP Servers

Explore other servers in the APIs category.

Quick Config Preview

{ "mcpServers": { "imagesorcery": { "command": "npx", "args": ["-y", "imagesorcery"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Imagesorcery MCP Server?

Browse our complete directory of 60+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

60+ ServersFree & Open SourceStep-by-Step Guides