GIMP 3 for AI agents: every PDB procedure and GEGL filter, renders, pixel measurement, recipes.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Let your AI agent edit in GIMP. Keep the layers. See what changed.
Connect Claude, Codex, Cursor or another MCP client to GIMP 3. The agent can work in your open window, inspect the result, refine an edit and save an XCF you can keep working on. Headless mode runs the same workflows over folders of images.

Watch the 20-second MP4 Β· Open the editable XCF Β· Reproduce the MCP session
This is a captured-step walkthrough of the real GIMP window, with pauses shortened. Three text layers are changed through MCP in one batch. One Ctrl+Z restores all three; Ctrl+Y brings them back. The text, artwork and background stay on separate named layers. This demonstrates actual tool execution, not a claim that every model will follow the same plan from a prompt.
βChange the headline and supporting text in this card. Keep them as text layers, group the edits into one undo step, and show me the result before exporting.β
βMake this transparent artwork into a Telegram sticker with a white outline and shadow. Save a 512 Γ 512 PNG.β
βPack these equal-sized PNG frames into a sprite sheet. Keep an XCF master, write the atlas JSON and verify the exported pixels against the originals.β

The included skills guide layered artwork, sprite sheets and batch jobs. They tell the agent to inspect and measure the actual output before calling a job complete.
You need GIMP 3.2.x, Python 3.11+, uv and an MCP client. GIMP must be installed on the same machine as the server. Start GIMP once so its user profile exists.
Restart GIMP after installing or upgrading the bridge. In your open GIMP window, choose Filters β Development β Start Agent Bridge.
Add this configuration to your client's MCP settings:
For Claude Code:
Claude Code can also install the server and skills as a plugin; see skills installation. For AI background removal, install the optional model runtime with uvx --from "gimp-agent-mcp[segmentation]" gimp-agent-mcp serve (use the same arguments in your MCP config). The first use downloads a model; image processing stays local.
Working from source? Run uv sync --extra dev, then uv run gimp-agent-mcp install-plugin. Configure the server as uv run --no-sync --directory /absolute/path/to/repo gimp-agent-mcp serve. --no-sync avoids Windows executable-lock errors when another server is running.
uvx gimp-agent-mcp shortcut creates a launcher that starts GIMP with the bridge enabled.gimp_launch(mode="gui") opens GIMP; mode="headless" runs without a window.Use gimp_context(image_id) to read selected layers and selection bounds. With several images open, the agent must choose an explicit image ID; GIMP's public API does not reliably expose which document has keyboard focus. gimp_context(..., present=true) can bring a specified document forward. If multiple bridges run, gimp_status follows the newest bridge file; isolate test profiles when a user session is active.
| Capability | What you get |
|---|---|
| Visual feedback | Whole-image, layer and region previews; saved snapshots; before/after/diff comparisons. Nested-layer previews preserve the parent visibility needed to see the layer. |
| Measured output | Pixel colours, alpha bounds, histograms and dominant colours. Sprite packing reopens the exported PNG and compares each cell's decoded RGBA pixels with its source. |
| Editable work | Named layers, text, paths, masks and non-destructive layer effects. Export an XCF master and delivery files separately. |
| One undo step | gimp_edit_batch groups supported edits on one image into one Ctrl+Z step. A failed step stops the batch, reports partial results and closes the group. |
| Runtime discovery | Search and describe the installed PDB procedures and GEGL operations, including parameter names, types and enum values. Numeric-array arguments support curves and brush strokes. |
| Repeatable jobs | Nine recipes and folder batching, plus three bundled workflow skills. |
| Honest failure handling | A lost connection never silently replays an edit whose outcome is unknown. Reconnect, inspect, then decide whether to retry. |
Other GIMP MCP projects also provide TCP bridges and visual feedback. This project's emphasis is editable output, measurement, grouped edits and reproducible validation. Generic API access is broad, but does not guarantee that every GIMP procedure or GEGL operation works with every argument combination.
| Area | Tools |
|---|---|
| Learn and connect | gimp_help, gimp_status, gimp_launch, gimp_shutdown, gimp_context |
| Images | gimp_list_images, gimp_image_info, gimp_new_image, gimp_open, gimp_export, gimp_close_image |
| See and measure | gimp_render, gimp_snapshot, gimp_drop_snapshot, gimp_render_compare, gimp_measure |
| PDB | gimp_pdb_search, gimp_pdb_describe, gimp_pdb_call |
| Filters | gimp_filter_search, gimp_filter_describe, gimp_apply_filter, gimp_layer_effects, gimp_layer_effect |
| Edit | gimp_edit_batch, gimp_select, gimp_layer_mask, gimp_layer, gimp_text, gimp_list_fonts, gimp_path |
| Cut out | gimp_remove_background (optional rembg model runtime) |
| Automate | gimp_run_python, gimp_list_recipes, gimp_run_recipe, gimp_batch_recipe |
Images and items use integer IDs. Colours accept hex, common names, CSS RGB strings or component arrays; enums use nicks returned by the describe tools. Call gimp_help("batch") for grouped-edit examples. gimp_run_python may be disabled, reducing the tool count by one.
| Recipe | Job |
|---|---|
telegram_sticker | Fit, outline and shadow on a transparent 512 Γ 512 canvas. |
compose | Cards and banners from a manifest of images, text, shapes and effects. |
sprite_sheet_pack | Ordered, equal-sized PNGs β verified grid PNG, layered XCF and atlas JSON. |
sprite_sheet_slice | Fixed-size tiles from a sheet, optionally skipping empty cells. |
web_optimise | Resize and adjust export quality toward a file-size budget. |
icon_set | Export a square source at multiple sizes. |
watermark | Position a text or image watermark. |
contact_sheet | Labelled thumbnails from a folder. |
fit_and_export | Fit to a maximum edge and export by extension. |
Recipe arguments and examples Β· Skills
Version 0.4.0, beta. Windows GIMP 3.2.4 and Linux GIMP 3.2.2 (Ubuntu 26.04) pass the real-GIMP smoke suite and targeted capability proof. macOS remains unverified. GIMP 2.10 is unsupported; earlier 3.x releases are not part of the current test matrix.
gimp_edit_batch accepts bounded layer, text, selection, path, mask and filter edits. It does not keep a transaction open between separate agent calls or automatically roll back a failed batch. The human uses GIMP's Undo/Redo; there is no invented programmatic undo endpoint.CI checks Linux and Windows Python, and separate jobs exercise real GIMP. Release publication depends on both real-GIMP workflows passing. The capability proof measures curves, gradients and brush output and checks batch recovery, document boundaries, nested previews and snapshot cleanup. It is targeted regression evidence, not exhaustive competitor parity. See validation details.
MCP client β stdio server β authenticated loopback TCP β plug-in inside GIMP
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/gimp-agent-mcp)<a href="https://allmcps.com/mcp/gimp-agent-mcp"><img src="https://allmcps.com/api/badge/gimp-agent-mcp?style=directory" alt="GIMP Agent MCP on AllMCPs" /></a>