Skip to main content
Glama
525,674 tools. Updated 2026-09-06 22:29

"GIMP" matching MCP tools:

  • Verify if the GIMP bridge is active and determine which process handles requests.
    MIT
  • Check if GIMP and the agent bridge are reachable, then return GIMP version, mode, and open images to confirm readiness for automation.
    Apache 2.0
  • Stop the bridge in a running GIMP instance while keeping the application open, so you can discontinue automated control and continue manual editing.
    MIT
  • Execute Python code inside a running GIMP instance and return the assigned result, providing an escape hatch for operations beyond the standard tools.
    MIT
  • Fine-tune image brightness and contrast using GIMP 3’s linear-light engine. Applies precise, small corrections to faithfully represent real subjects while rejecting out-of-range values.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Enables scripted image editing with GIMP 3, including cropping, resizing, aspect-ratio fitting, dimension-spec validation, batch processing, and live control of a running GIMP instance.
    18
    MIT
  • Get a list of all images currently open in GIMP, each with a stable ID for reliable reference in further operations.
    GPL 3.0
  • Execute Python scripts inside GIMP to automate image editing, access Gimp/Gegl/GLib APIs, and persist state across calls. Wrap operations in a single undo step by passing an image_id.
    Apache 2.0
  • Apply identical image operations to all files in a folder within one GIMP session. Failed files are reported without stopping the batch, preserving throughput.
    MIT
  • Retrieve the current GIMP context state, including foreground/background colors, brush, opacity, feather, antialias, and font settings.
    MIT
  • Set a GIMP layer's blending mode (e.g., normal, multiply) to control its composite effect with underlying layers.
    GPL 3.0
  • Verify GIMP connectivity and retrieve its version, backend state, and live bridge plug-in status. Use this first to diagnose issues before scripting edits.
    MIT
  • Retrieve GIMP version, directories, session details, platform information, and PDB health checks for system diagnostics.
    MIT
  • Capture a flattened snapshot of the current document in a running GIMP instance, enabling live preview and iteration on your edits.
    MIT
  • Verify the GIMP connection and retrieve the current session status to confirm the tool is ready for image editing.
    GPL 3.0
  • Opens an existing image from your local filesystem in GIMP, making it ready for editing.
    GPL 3.0
  • Starts GIMP 3 with the bridge running so AI agents can control the editor; select GUI mode for a visible window or headless for command-line execution without an interface.
    Apache 2.0
  • Opens an image file in GIMP by providing its absolute path, loading it through the file load PDB procedure.
    MIT
  • Retrieve a GIMP image as MCP content, optionally scaling to max dimensions or cropping a specific region before output.
    MIT