# gimp-agent-mcp

The whole of GIMP 3 for AI agents: every PDB procedure and GEGL filter, renders, pixel measurement, recipes. Windows-first.

An MCP server that hands AI agents the whole of GIMP 3 rather than a hand-picked slice. Every one of GIMP's roughly 1,000 Procedure Database functions and 207 GEGL filters is reachable through runtime introspection, so nothing goes stale when GIMP updates. The agent can see its work: a PNG render after each step, before/after/diff comparisons, and pixel measurement instead of guessing. Recipes turn repeatable jobs (stickers, icon sets, watermarks, contact sheets, social cards from a layout manifest) into one call, and a batch runner applies them to whole folders.

Source: https://github.com/SarutobiSasuke8/gimp-agent-mcp
Docs: https://github.com/SarutobiSasuke8/gimp-agent-mcp#readme
Listing: https://mcprack.dev/servers/gimp-agent-mcp/
Status: beta
Transport: stdio
License: Apache-2.0
Package: gimp-agent-mcp 0.3.0

## Highlights

- Tools, reusable recipes and bundled skills for layered assets, sprite sheets and batch jobs
- Runtime introspection of the PDB and GEGL, with typed argument descriptions and enum choices read from GIMP at call time
- Render, measure, snapshot and compare so the agent verifies each edit before moving on
- Non-destructive layer effects, selections, masks, text, vector paths and AI subject cut-outs
- Works inside the GIMP window you already have open: Filters, Development, Start Agent Bridge

## Setup

Claude Code command:

    claude mcp add gimp -- uvx gimp-agent-mcp serve

Check prerequisites, permissions and current versions. Inclusion is not an independent security audit.