Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver ToolsFeatured on FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver Tools

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
GIMP MCP
🖌️

GIMP MCP MCP Server

Free and open-source image editor.

gimpimageopensourceediting

About

## GIMP MCP Server: Open Source Image Editing The **GIMP MCP Server** integrates the powerful open-source image editor directly into Google Antigravity, enabling AI assistants to perform advanced image manipulation, batch processing, and automated editing workflows. This integration brings professional image editing capabilities to your development workflow without licensing costs. ### Why GIMP MCP? - **Professional Tools**: Access professional-grade photo retouching, compositing, and image manipulation - **Scriptable Operations**: Leverage GIMP Script-Fu and Python-Fu for automation and batch processing - **Format Support**: Work with virtually any image format including PSD, TIFF, PNG, and RAW files - **Plugin Ecosystem**: Access hundreds of plugins for specialized effects and workflows - **Cross-Platform**: Consistent operation across Linux, macOS, and Windows environments ### Key Features #### 1. Image Manipulation ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Remove the background from this product photo and add a soft drop shadow" }], tools=[{ "name": "gimp_edit", "description": "Edit images with GIMP" }] ) ``` #### 2. Batch Processing ```python # Process multiple images response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Resize all images in this folder to 1200px width and convert to WebP format" }], tools=[{"name": "gimp_batch", "description": "Batch process images"}] ) ``` #### 3. Filter Application ```python # Apply artistic filters response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Apply a vintage film effect with vignette and grain to these photos" }], tools=[{"name": "gimp_filters", "description": "Apply image filters"}] ) ``` #### 4. Layer Operations ```python # Work with layers response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Composite these three images as layers with different blend modes" }], tools=[{"name": "gimp_layers", "description": "Manage image layers"}] ) ``` ### Configuration ```json { "mcpServers": { "gimp": { "command": "npx", "args": ["-y", "@anthropic/mcp-gimp"], "env": { "GIMP_PATH": "/usr/bin/gimp" } } } } ``` ### Use Cases **Product Photography**: Automate background removal, color correction, and batch processing for e-commerce images. **Asset Generation**: Create and manipulate image assets for web and mobile applications. **Photo Processing**: Apply consistent editing styles and filters across large photo collections. **Format Conversion**: Convert between image formats with precise control over quality and compression. The GIMP MCP Server brings professional open-source image editing directly into your development workflow, enabling powerful automation at no cost.

Installation

Configuration
{
  "mcpServers": {
    "gimp": {}
  }
}

How to Use

    Related MCP Servers

    🧰

    Toolhouse MCP

    Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

    🔨

    Smithery Registry MCP

    The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

    🔍

    MCP Inspector

    Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

    ← Back to All MCP Servers