gimp-local-mcp
Related Servers
Alternatives to gimp-local-mcp
No user-submitted related servers found.
Related Servers
- AlicenseBqualityAmaintenanceEnables AI agents to operate GIMP 3 end-to-end: open and inspect images, call every PDB procedure, apply GEGL filters destructively or as layer effects, measure pixels, render before/after/diff comparisons, cut out subjects with AI segmentation, and run multi-step recipes across folders.32163 PyPI2Apache 2.0
- AlicenseAqualityBmaintenanceEnables AI agents to perform structured, semantic artwork editing in GIMP 3 through session-based tools for layers, selections, text, transforms, non-destructive filters, previews, and image export, backed by snapshot undo/redo and XCF-persisted sessions. It also offers a live control center and operation event timeline for observing and managing edits, plus PDB search for expert discovery.28MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to control GIMP for image editing tasks such as opening, resizing, filtering, exporting, and batch processing images through Python-Fu scripting.27 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables AI models and external applications to control GIMP remotely via the Model Context Protocol, allowing image manipulation and object querying through natural language.3MIT
- 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
TDQS
Scored across 40 tools
Each tool targets a unique operation or resource: image lifecycle, layer properties, selections, adjustments, and PDB introspection are clearly separated. Even similar-sounding tools like resize_image vs resize_canvas or select_rectangle vs select_ellipse have distinct descriptions that prevent misselection.
The vast majority follow a clear verb_noun pattern (create_image, list_layers, set_layer_opacity). Minor exceptions like gimp_status, gimp_capabilities, brightness_contrast, and hue_saturation are acceptable but deviate slightly from the dominant convention.
With 40 tools, the server exceeds the 25+ threshold considered too many. While GIMP is complex and many operations are genuinely distinct, the count feels heavy for an MCP surface and could be streamlined without sacrificing core functionality.
The tool set covers image creation/opening/saving/export, layer CRUD and properties, transformations, selections, basic color adjustments, and undo/redo. Missing advanced features like filters and text tools are mitigated by the PDB access tools, allowing agents to invoke arbitrary GIMP procedures. Minor gaps remain, but the core workflow is complete.