Description

Rust-based MCP server that integrates with ModelScope APIs to provide comprehensive image editing capabilities including cropping, rotation, OCR text extraction, object detection, and image generation. Features caching optimization and a web interface for accessing image editing functions.

Installation

git clone https://github.com/factruesolin/image-edit-rmcp

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "image-edit-rmcp": {
      "command": "node",
      "args": [
        "path/to/server.js"
      ]
    }
  }
}