io.github.mrfentmen/gimp-mcp is an MCP server that control GIMP image editing via Python-Fu scripting from AI agents. Its tool list has not been published yet over stdio, requires no API key, and scores 53/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"gimp": {
"args": [
"-y",
"gimp-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
An MCP server for GIMP, the free and open-source raster graphics editor.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'gimp-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked gimp-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / design
AI-native design editor. Open-source Figma alternative.
MCP client bridge: connects to MCP servers and registers their tools on ctx.tools
The official MCP server implementation for the Perplexity API Platform
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
MCP Security Weekly
Get CVE alerts and security updates for io.github.mrfentmen/gimp-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
An MCP server for GIMP, the free and open-source raster graphics editor.
Control GIMP image editing through Python-Fu scripting. Open images, apply filters, resize, export, and run batch processing - all from AI agents.
open_image - Open an image file in GIMPsave_image - Save the current imageexport_image - Export to PNG, JPEG, XCF, PSD formatsresize_image - Resize to specific dimensionsget_image_info - Get image dimensions, mode, type, layerslist_layers - List all layers in an imageapply_filter - Apply blur, sharpen, brightness/contrast, grayscalebatch_process - Batch process multiple files with custom Python codenpx gimp-mcp
/Applications/GIMP.app or in PATHgimp in PATH)GIMP_PATH - Optional custom path to GIMP executable{
"mcpServers": {
"gimp": {
"command": "npx",
"args": ["-y", "gimp-mcp"]
}
}
}
"Open the photo at /Users/me/pictures/landscape.jpg and resize it to 1920x1080" "Apply a blur filter with radius 10 to /Users/me/images/profile.png" "Export all PNGs in /Users/me/images/ to JPEG format" "Apply grayscale to this image and save it"
MIT