Skip to content
Grok

GIMP 3 MCP for Grok

io.github.tifyr/gimp3-mcp

Let AI assistants paint, edit and export images in a running GIMP 3, with 80 tools.

client:Grok transport:stdio runtime:pypi

Install GIMP 3 MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "gimp3-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "gimp3-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

GIMP 3 MCP in other clients