Skip to content
Cursor

GIMP 3 MCP for Cursor

io.github.tifyr/gimp3-mcp

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

client:Cursor transport:stdio runtime:pypi

Install GIMP 3 MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

GIMP 3 MCP in other clients