{
  "markdown": "# GIMP MCP\n\nAn MCP server for [GIMP](https://www.gimp.org/), the free and open-source raster graphics editor.\n\n## What it does\n\nControl GIMP image editing through Python-Fu scripting. Open images, apply filters, resize, export, and run batch processing - all from AI agents.\n\n## Tools\n\n- `open_image` - Open an image file in GIMP\n- `save_image` - Save the current image\n- `export_image` - Export to PNG, JPEG, XCF, PSD formats\n- `resize_image` - Resize to specific dimensions\n- `get_image_info` - Get image dimensions, mode, type, layers\n- `list_layers` - List all layers in an image\n- `apply_filter` - Apply blur, sharpen, brightness/contrast, grayscale\n- `batch_process` - Batch process multiple files with custom Python code\n\n## Install\n\n```bash\nnpx gimp-mcp\n```\n\n## Requirements\n\n- GIMP must be installed on your system\n- On macOS: GIMP at `/Applications/GIMP.app` or in PATH\n- On Linux: GIMP available via package manager (usually `gimp` in PATH)\n- On Windows: Install GIMP and add to PATH\n\n## Environment Variables\n\n- `GIMP_PATH` - Optional custom path to GIMP executable\n\n## Claude Desktop setup\n\n```json\n{\n  \"mcpServers\": {\n    \"gimp\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"gimp-mcp\"]\n    }\n  }\n}\n```\n\n## Example usage\n\n\"Open the photo at /Users/me/pictures/landscape.jpg and resize it to 1920x1080\"\n\"Apply a blur filter with radius 10 to /Users/me/images/profile.png\"\n\"Export all PNGs in /Users/me/images/ to JPEG format\"\n\"Apply grayscale to this image and save it\"\n\n## License\n\nMIT\n",
  "bytes": 1502,
  "sha": "b62fb66d3983ea8080b9d1c3ec5be796b8d641888ca4431c6be043b844d06ed4",
  "repo_slug": "mrfentmen/gimp-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_mrfentmen_gimp_mcp_d2f4feaf/readme"
}