gimp mcp for Claude Desktop
io.github.mrfentmen/gimp-mcp
Control GIMP image editing via Python-Fu scripting from AI agents.
client:Claude Desktop
transport:stdio
runtime:npm
Install gimp mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"gimp-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/gimp-mcp"
],
"env": {
"GIMP_PATH": "<GIMP_PATH>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs