iopaint-mcp

MrGood4U/iopaint-mcp
★ 0 stars Python AI/LLM Updated today
MCP server for IOPaint, enabling AI agents to perform local image inpainting through IOPaint's REST API.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "iopaint-mcp": {
      "command": "uvx",
      "args": [
        "iopaint-mcp"
      ]
    }
  }
}

Or install with pip: pip install iopaint-mcp

README Excerpt

An MCP adapter for the IOPaint REST API. This repository runs an MCP server in front of a separate IOPaint REST service: ~~~text MCP client or Agent | | MCP: stdio or Streamable HTTP v IOPaint MCP ---- HTTP/JSON ----> IOPaint REST service | v Inpainting and plugins ~~~ The MCP server accepts local image paths, mask paths, and externally detected regions. It converts those inputs into IOPaint REST requests and saves returned images or masks to local paths. IOPaint remains an independent service