Media

Image Edit MCP Server

Chat with AI and run tools instantly.

Deterministic pixel editing — crop, exposure, saturation, sharpen, resize, and format convert. Host passes image bytes; tool returns edited bytes.

Managed
7 tools
Agent guide included

Chat with AI and run tools instantly.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Image Edit — workflow patterns, data models, and gotchas for your AI agent.

Image Edit

Deterministic pixel editor on MCPBundles (no Desktop proxy). The host supplies a logical filename plus image bytes; edited results return the same shape for the host to write locally.

Typical workflow

  1. Inspect — read width, height, format, and byte size before choosing ops.
  2. Edit — one op (crop, exposure/saturation/contrast, sharpen, resize, format convert) or several ops in one call via a JSON array or YAML pipeline document.
  3. Write — decode returned base64 and save under the output filename (defaults to the input name when omitted).

Pipeline shape

Ordered list of ops. Example YAML:

operations: - op: crop aspect: "16:9" gravity: center - op: modulate brightness: 1.05 saturation: 0.92 - op: sharpen sigma: 0.8

Supported ops: crop, modulate, sharpen, resize, convert. YAML may be a bare list or an object with operations, pipeline, or ops.

Bytes contract

  • file_name is a logical filename with extension (format hint only; not a server-side path)
  • Inline base64 is capped at 1 MB decoded; use local_path or file_url for larger sources (see tool schemas)
  • Max decoded image size: 50 MB

Tools in this Server (7)

Apply Edit Pipeline

Apply deterministic pixel ops (crop, modulate, sharpen, resize, convert) to image bytes. Returns output_file_name and content_base64 for the host to w...

Apply Pipeline From YAML

Apply a YAML-defined edit pipeline to image bytes. Returns output_file_name and content_base64 for the host to write.

Convert Image

Apply a single convert op to image bytes. For multiple ops in one pass, use a JSON or YAML edit pipeline instead.

Crop Image

Apply a single crop op to image bytes. For multiple ops in one pass, use a JSON or YAML edit pipeline instead.

Get Image Info

Return width, height, format, and byte size for image bytes. Provide exactly one of: file_content_base64 (max 1 MB inline), file_url (image bytes), or...

Modulate Image

Apply a single modulate op to image bytes. For multiple ops in one pass, use a JSON or YAML edit pipeline instead.

Sharpen Image

Apply a single sharpen op to image bytes. For multiple ops in one pass, use a JSON or YAML edit pipeline instead.

Frequently Asked Questions

What is the Image Edit MCP server?

Deterministic pixel editing — crop, exposure, saturation, sharpen, resize, and format convert. Host passes image bytes; tool returns edited bytes. It provides 7 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Image Edit to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/image-edit. Authentication is handled automatically.

How many tools does Image Edit provide?

Image Edit provides 7 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Image Edit require?

Image Edit uses open data APIs — no authentication required.

Setup Instructions

Connect Image Edit to any MCP client in minutes

MCP URL
https://mcp.mcpbundles.com/bundle/image-edit

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to Image Edit and paste the MCP URL into Remote MCP server URL.
  4. Click Add. Image Edit will appear under Not connected — select it and click Connect to complete OAuth.
Name: Image Edit
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/image-edit
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Try Image Edit now

No API key or third-party login required. Chat with AI and run tools instantly.

Image Edit MCP Server & Skill