Skip to content
Zed

GIMP 3 MCP for Zed

io.github.tifyr/gimp3-mcp

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

client:Zed transport:stdio runtime:pypi

Install GIMP 3 MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "gimp3-mcp": {
      "command": "uvx",
      "args": [
        "gimp3-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

GIMP 3 MCP in other clients