Skip to content
Zed

gimp mcp for Zed

io.github.mrfentmen/gimp-mcp

Control GIMP image editing via Python-Fu scripting from AI agents.

client:Zed transport:stdio runtime:npm

Install gimp mcp in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "gimp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/gimp-mcp"
      ],
      "env": {
        "GIMP_PATH": "<GIMP_PATH>"
      }
    }
  }
}

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

gimp mcp in other clients