MCP.so
Sign In
G

Gimp Mcp Server

@maorcc

About Gimp Mcp Server

This project enables non-technical users to edit images with GIMP through simple conversational commands, bridging the gap between GIMP's powerful capabilities and natural language interaction. It also allows professionals to execute complex multi-step workflows faster than tradi

Basic information

Category

Other

Transports

stdio

Publisher

maorcc

Submitted by

Maor Conforti

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "gimp": {
      "command": "uv",
      "args": [
        "run",
        "--directory",
        "your/path/to/gimp-mcp-server",
        "server.py"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Gimp Mcp Server?

Gimp Mcp Server translates conversational commands into precise GIMP operations, allowing non-technical users to edit images through natural language and professionals to automate complex multi-step workflows faster than point-and-click. It works with GIMP 3.0 and above and exposes all GIMP features via the Model Context Protocol (MCP).

How to use Gimp Mcp Server?

Install the gimp-mcp-plugin.py script into GIMP’s plug-ins directory (e.g., ~/.config/GIMP/3.0/plug-ins/), set execute permissions,

Comments

More Other MCP servers