PluginBench
MCP Server
Active

io.github.mrfentmen/gimp-mcp MCP Server

io.github.mrfentmen/gimp-mcp

What is the io.github.mrfentmen/gimp-mcp MCP server?

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

How to install io.github.mrfentmen/gimp-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • GIMP_PATH

    Path to GIMP executable (default: /usr/bin/gimp)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gimp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gimp-mcp"
      ],
      "env": {
        "GIMP_PATH": "<YOUR_GIMP_PATH>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "gimp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gimp-mcp"
      ],
      "env": {
        "GIMP_PATH": "<YOUR_GIMP_PATH>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "gimp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gimp-mcp"
      ],
      "env": {
        "GIMP_PATH": "<YOUR_GIMP_PATH>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "gimp-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gimp-mcp"
      ],
      "env": {
        "GIMP_PATH": "<YOUR_GIMP_PATH>"
      }
    }
  }
}
Claude Code
claude mcp add gimp-mcp --env GIMP_PATH=<YOUR_GIMP_PATH> -- npx -y gimp-mcp

Related MCP servers

Control Adobe Premiere Pro video editing via ExtendScript.

0
TypeScript
View repository →

Search indexes, manage documents, check health and stats.

0
TypeScript
View repository →

Query Mixpanel events, funnels, retention, cohorts, and user profiles.

0
TypeScript
View repository →

Search OpenSearch indices, manage documents, check health and stats.

0
TypeScript
View repository →

Search ROMs across Internet Archive, ROMsgames, CoolROM, and more. Verify checksums and parse saves.

0
TypeScript
View repository →

Read, write, and analyze screenplays in Fountain format.

0
TypeScript
View repository →