Composio MCP will be deprecated soon. Please use
Composio PlatformorRubeinstead.
Imgix

Imgix

imgix is a real-time image processing and delivery service that enables developers to optimize, transform, and deliver images efficiently.

33VIEWS
1USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app imgixnpx @composio/cli add cursor --app imgixnpx @composio/cli add cursor --app imgixnpx @composio/cli add cursor --app imgix

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Imgix Auto Optimization

Tool to apply automatic best-effort image optimizations. Use when you need to compress, enhance, format, or remove redeye via Imgix's auto parameter.

Blend Overlay

Tool to overlay an image, text, or color onto a base image using imgix blending parameters. Use after specifying the base image URL and blend parameters to composite layers.

Imgix Blend Align

Tool to align the overlay relative to the base image when blending. Use after constructing a base Imgix URL to specify horizontal and vertical alignment (e.g., 'left,top').

Blend Color Over Image

Tool to blend a solid color over an image using CSS keyword or hex. Use when you need to apply color overlay transformations to an existing image URL.

Imgix Blend X Position

Tool to position the overlay horizontally on an Imgix-rendered image. Use when you need to offset the blend layer by a specified number of pixels from the left edge.

Draw Image Border

Tool to draw a border around an image. Use when you need to overlay a border without resizing.

Adjust Image Brightness

Tool to adjust image brightness. Use when you need to modify an image's brightness level (−100 to 100) by supplying your source domain and asset path.

Imgix Ch

Tool to opt in to Client Hints. Use when you want Imgix URLs to adapt based on browser headers (Width, DPR, Save-Data).

Extract Image Color Palette

Tool to specify how many colors to return when extracting a color palette. Use when you need to control palette size and format.

Adjust Image Contrast

Tool to adjust image contrast. Use when you need to modify an image's contrast level (−100 to 100).

Imgix Crop

Tool to control cropping alignment and behavior using Imgix's 'crop' parameter.

Imgix Cs

Tool to set or strip output color space/profile on an Imgix image. Use when optimizing compatibility and file size (e.g., cs=strip for smaller metadata).

Imgix Dl

Tool to force asset download. Use when you need to download an Imgix asset with a specific filename.

Adjust Image Dpi

Tool to embed DPI (dots-per-inch) metadata for print output on an Imgix-rendered image. Use when preparing images for print to set accurate DPI. Supports JPEG and PNG only.

Set Device Pixel Ratio

Tool to set device pixel ratio for an Imgix image. Use when rendering at specific display densities to ensure correct sharpness. Example: 'dpr=2&w=500&h=300' doubles resolution relative to dimensions.

Imgix Url Expiration

Tool to append an expiration parameter to an Imgix URL so it returns 404 after a given time. Use when you want the image URL to stop serving beyond a specific UNIX timestamp.

Imgix Fit

Tool to control how an image fits target dimensions after resizing. Use when specifying width, height, and fit behavior.

Imgix Fm

Tool to choose output file format for the rendered asset. Use after specifying the asset path when you need to convert its format.

Force Aspect Ratio

Tool to force a target aspect ratio on an Imgix image. Use when a specific W:H frame is needed after choosing fit=crop or fit=fill. Example: 'ar=16:9&fit=crop&w=800' yields a 16:9, 800px-wide URL.

Imgix H

Tool to set output image height in pixels or as a ratio of the source height. Use after constructing an Imgix URL to adjust only height.

20 actions available