- Home
- MCP servers
- Image Edit
Image Edit
- rust
1
GitHub Stars
rust
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Available tools
fetch_image
Downloads an image from a URL, analyzes its content, and returns descriptive metadata including a description of the image.
rotate_image
Rotates an image by the specified direction (Right90, Left90, Flip180) and outputs the result as a PNG.
crop_image
Crops an image using percentage-based coordinates and returns the cropped PNG image URL.
get_image_info
Retrieves basic information about an image, such as width, height, total pixels, MIME type, and file size.
ocr_extract
Extracts textual content from an image using OCR.
generate_image
Generates a new image from a text prompt with optional parameters for aspect ratio, resolution, and steps.
edit_image
Edits an existing image based on a text prompt and outputs the edited image URL.