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 FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 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
imgix
image

imgix MCP Server

Image processing CDN

imagescdnprocessing

About

## Imgix MCP Server: Real-Time Image Processing The **Imgix MCP Server** integrates the powerful real-time image processing and CDN platform directly into Google Antigravity, enabling AI assistants to transform, optimize, and deliver images through URL-based parameters. This integration brings sophisticated image processing to your development workflow without server-side rendering. ### Why Imgix MCP? - **URL-Based API**: Transform images through simple URL parameters without pre-processing or storage duplication - **Real-Time Processing**: Apply transformations on-the-fly at the CDN edge for instant results - **Responsive Images**: Generate srcset images automatically for responsive web design - **Smart Features**: Auto-format detection, content-aware cropping, and face detection for intelligent transformations - **Global CDN**: Deliver optimized images through a worldwide content delivery network ### Key Features #### 1. Image Transformations ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Generate a URL for this image resized to 400x300, cropped to face, with auto-format" }], tools=[{ "name": "imgix_transform", "description": "Generate transformation URLs" }] ) ``` #### 2. Responsive Images ```python # Generate responsive srcset response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Create a responsive srcset for this hero image at 320, 640, 1024, and 2048 widths" }], tools=[{"name": "imgix_srcset", "description": "Generate responsive image sets"}] ) ``` #### 3. Visual Effects ```python # Apply image effects response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Apply a blur effect and grayscale filter to create a background overlay image" }], tools=[{"name": "imgix_effects", "description": "Apply visual effects"}] ) ``` #### 4. Metadata Extraction ```python # Get image metadata response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Extract the dimensions, color palette, and EXIF data from this image" }], tools=[{"name": "imgix_metadata", "description": "Extract image metadata"}] ) ``` ### Configuration ```json { "mcpServers": { "imgix": { "command": "npx", "args": ["-y", "@anthropic/mcp-imgix"], "env": { "IMGIX_DOMAIN": "your-domain.imgix.net", "IMGIX_SECURE_URL_TOKEN": "your-secure-token" } } } } ``` ### Use Cases **E-commerce Product Images**: Serve perfectly sized product images across all device sizes and formats. **Content Management**: Process editorial images with consistent crops, watermarks, and quality settings. **User Avatars**: Generate consistent avatar thumbnails with face detection and circular cropping. **Social Sharing**: Create Open Graph images with text overlays and optimized dimensions. The Imgix MCP Server brings real-time image processing directly into your development workflow, enabling sophisticated visual transformations through simple URL manipulation.

Installation

Configuration
{
  "mcpServers": {
    "imgix": {
      "mcpServers": {
        "imgix": {
          "env": {
            "IMGIX_API_KEY": "your-api-key"
          },
          "args": [
            "-y",
            "imgix-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Get imgix API key
  2. 2Configure source
  3. 3Process images

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