Skip to content
Cursor

gimp mcp for Cursor

io.github.mrfentmen/gimp-mcp

Control GIMP image editing via Python-Fu scripting from AI agents.

client:Cursor transport:stdio runtime:npm

Install gimp mcp in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "gimp-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/gimp-mcp"
      ],
      "env": {
        "GIMP_PATH": "<GIMP_PATH>"
      }
    }
  }
}

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

gimp mcp in other clients