Skip to main content
Glama

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 GIMP

  • save_image - Save the current image

  • export_image - Export to PNG, JPEG, XCF, PSD formats

  • resize_image - Resize to specific dimensions

  • get_image_info - Get image dimensions, mode, type, layers

  • list_layers - List all layers in an image

  • apply_filter - Apply blur, sharpen, brightness/contrast, grayscale

  • batch_process - Batch process multiple files with custom Python code

Install

npx gimp-mcp

Requirements

  • GIMP must be installed on your system

  • On macOS: GIMP at /Applications/GIMP.app or in PATH

  • On Linux: GIMP available via package manager (usually gimp in 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

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI models and external applications to control GIMP remotely via the Model Context Protocol, allowing image manipulation and object querying through natural language.
    3
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables 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.
    6
    AGPL 3.0

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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