image-edit

mcphub-com/image-edit

3.5

image-edit is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.

If you are the rightful owner of image-edit and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

An MCP server that provides AI-powered image editing capabilities through natural language prompts.

Try image-edit with chat:

Server config via mcphub

Traditional api access examples

Path-based authentication

Tools
1
Resources
0
Prompts
0

Image Editor MCP

An MCP server that provides AI-powered image editing capabilities through natural language prompts.

Overview

This MCP server offers an image editing tool that uses AI models to modify images based on text descriptions. Users can provide an image URL and an editing prompt to receive an edited version of the image.

Available Tools

Image Editing (image_edit)

Edits an image based on a text prompt description.

Parameters:

  • image (string): The URL of the image to be edited
    • Example: "https://example.com/images/photo.jpg"
  • prompt (string): A text description explaining how to edit the image
    • Example: "Change the background to a beach scene with sunset"
    • Example: "Make it look like winter with snow and Christmas decorations"
    • Example: "Remove the person on the left and fill in the background appropriately"

Functionality: This tool takes an image URL and an editing prompt, processes the image using AI models according to the instructions, and returns the edited image.

Usage

Invoke the image_edit tool through your MCP client with the required parameters:

/image_edit https://example.com/input.jpg "Add a dramatic sky with clouds and sunlight"