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
{
"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