chaiNNer

GitHub

A node-based image processing GUI aimed at making chaining image processing tasks easy and customizable. Born as an AI upscaling application, chaiNNer has grown into an extremely flexible and powerful programmatic image processing application.

5,782 stars Python
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "chaiNNer": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-chaiNNer"
      ]
    }
  }
}