gimp-mcp
Provides control over GIMP image editing, including opening, saving, exporting, resizing, applying filters, managing layers, and batch processing images.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@gimp-mcpOpen /tmp/image.jpg and resize it to 1920x1080"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GIMP MCP
An MCP server for GIMP, the free and open-source raster graphics editor.
What it does
Control GIMP image editing through Python-Fu scripting. Open images, apply filters, resize, export, and run batch processing - all from AI agents.
Related MCP server: gimp-mcp
Tools
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 code
Install
npx gimp-mcpRequirements
GIMP must be installed on your system
On macOS: GIMP at
/Applications/GIMP.appor in PATHOn Linux: GIMP available via package manager (usually
gimpin PATH)On Windows: Install GIMP and add to PATH
Environment Variables
GIMP_PATH- Optional custom path to GIMP executable
Claude Desktop setup
{
"mcpServers": {
"gimp": {
"command": "npx",
"args": ["-y", "gimp-mcp"]
}
}
}Example usage
"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"
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Image & PDF tools for AI agents: compress, convert, resize, PDF, AI vision, pipeline.
Image processing for AI agents: resize, convert, compress, crop, and web-ready AI-generated images.
Video, audio, and image processing for AI agents: convert, transcribe, upscale - 150+ operations.
Resize, convert, compress, crop, thumbnail and watermark images from your AI chat.
Related MCP Servers
- AlicenseAqualityDmaintenanceControl GIMP from AI assistants via the Model Context Protocol, enabling image editing automation through natural language commands.185MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to control GIMP 2.10 through its Script-Fu server, providing access to the entire GIMP procedure database with a vision feedback loop for iterative editing.6AGPL 3.0
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to perform GIMP-style image operations such as open, resize, crop, flip, rotate, blur, desaturate, text overlay, export, and batch processing via MCP tools, supporting both mock (Pillow) and live GIMP backends.1MIT
- AlicenseBqualityBmaintenanceEnables controlling GIMP 3 locally through natural language, providing tools for image editing, layer management, selections, and PDB procedure invocation. Keeps all images and files on the user's machine with a local-first, secure design.401GPL 3.0