gimp-mcp
Provides control over GIMP image editing, including opening, saving, exporting, resizing, applying filters, managing layers, and batch processing images.
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI agents to perform advanced image editing and graphic design through Photopea, a browser-based Photoshop alternative. Provides 34 tools for document management, layer operations, filters, adjustments, and exports via a WebSocket bridge to the browser.Last updated3410728MIT
- Alicense-qualityFmaintenanceEnables AI models and external applications to control GIMP remotely via the Model Context Protocol, allowing image manipulation and object querying through natural language.Last updated3MIT
- AlicenseAqualityDmaintenanceControl GIMP from AI assistants via the Model Context Protocol, enabling image editing automation through natural language commands.Last updated184MIT
- Alicense-qualityDmaintenanceEnables AI agents to perform image processing tasks such as sprite sheet splitting, resizing, cropping, and batch operations on local images.Last updatedMIT
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Generate images, GIFs, and PDFs from HTML, URLs, or templates — from your AI agent.
Generate images, video, and audio with Glif's media-generation agent
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrfentmen/gimp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server