gimp mcp for Cursor
io.github.mrfentmen/gimp-mcp
Control GIMP image editing via Python-Fu scripting from AI agents.
client:Cursor
transport:stdio
runtime:npm
Install gimp mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gimp-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mrfentmen/gimp-mcp"
],
"env": {
"GIMP_PATH": "<GIMP_PATH>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs