gimp-local-mcp

epi13/gimp-local-mcp
★ 0 stars Python File System Updated today
Local-first MCP server providing structured natural-language control of GIMP 3 while keeping image processing, files, and exports on the user's machine.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gimp-local-mcp": {
      "command": "uvx",
      "args": [
        "gimp-local-mcp"
      ]
    }
  }
}

Or install with pip: pip install gimp-local-mcp