GIMP 3 MCP

GIMP 3 MCP

Local
@tifyrPythonGPL-3.0Updated 1w ago

Let AI assistants paint, edit and export images in a running GIMP 3, with 80 tools.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIgimp3-mcpv0.2.0

Run

uvx gimp3-mcp

MCP client config

{
  "mcpServers": {
    "gimp-3-mcp": {
      "command": "uvx",
      "args": [
        "gimp3-mcp"
      ]
    }
  }
}