imgix (Real-time Image Processing)

imgix (Real-time Image Processing) MCP Connector for Claude

A+

Optimize and transform images via imgix — manage CDN sources, purge assets, and monitor origin connections.

10 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your imgix account to any AI agent and take full control of your real-time image processing and CDN infrastructure through natural conversation.

What you can do

  • Source Orchestration — List, create, and configure imgix sources to connect your origin storage (S3, GCS, Web Folder) to the CDN directly from your agent
  • Cache Management — Purge specific assets from the imgix Edge network to force a re-fetch of original files and invalidate all processed derivatives instantly
  • Asset Monitoring — Enumerate files in your origin sources and retrieve metadata including file paths, sizes, and content types
  • Operational Control — Enable or disable specific sources to manage traffic flow and deployment windows for your visual media
  • Source Audit — Retrieve detailed configuration for existing sources, including deployment types, custom domains, and origin status
  • Infrastructure Management — Permanently remove unused sources or update caching attributes to optimize your image delivery pipeline

How it works

  1. Subscribe to this server
  2. Enter your imgix API Key
  3. Start managing your image CDN from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Frontend Developers — verify origin connections and purge processed image derivatives after asset updates without leaving your IDE
  • SREs & DevOps — monitor source availability and manage CDN deployment states through natural conversation
  • Digital Asset Managers — audit asset libraries and organize origin storage connections across multiple imgix projects
cdnimage-processingasset-optimizationreal-time-transformationmedia-deliverycache-purging

10 tools expose this connector's capabilities to your AI agent.

list_sources

List all Imgix sources. Imgix is an image CDN that optimizes, resizes, and transforms images in real-time via URL parameters

get_source

Get details of an Imgix source. Returns name, domain, deployment type, and status

create_source

Create a new Imgix source. Connects your origin (S3, GCS, web folder) to Imgix CDN

update_source

Update an Imgix source configuration. Modify name, caching, or deployment settings

enable_source

Deploy/enable an Imgix source. Makes it live and serving images

disable_source

Undeploy/disable an Imgix source. Stops serving images

purge

Purge an asset from Imgix CDN cache. Removes original and all derivatives, forcing re-fetch

list_assets

List assets in an Imgix source. Returns file paths, sizes, and content types

get_asset

Get metadata of a specific asset in Imgix. Returns path, size, content type

delete_source

Delete an Imgix source permanently

See how to talk to your AI agent using imgix (Real-time Image Processing).

List all my current imgix sources

I've found 3 imgix sources: 'marketing-assets' (ID: src_123), 'e-commerce-products' (ID: src_456), and 'user-uploads' (ID: src_789). Which one would you like to inspect?

Purge this image from CDN: https://mycompany.imgix.net/logos/v2.png

Purge request sent. I've invalidated 'logos/v2.png' across the global imgix Edge network. All processed versions of this file will now be re-fetched and transformed from your origin.

List the assets in the 'marketing-assets' source

I've retrieved the assets for source 'src_123'. Recent files include '/banners/hero-winter.jpg', '/icons/social-bundle.svg', and '/product-shots/model-01.webp'. Total assets in this source: 1,245.

Using the `purge` tool removes the cached version of the original image and ALL processed derivatives (resized, filtered, etc.) from imgix Edge nodes. This forces the system to re-fetch the file from your origin storage on the next request.

Related Connectors