Skip to main content
Glama

MCP Flux Studio

by jmanhype

inpaint

Remove or replace elements in an image using a mask and text prompt. Specify mask shape and position to inpaint specific areas, saving results as output files.

Instructions

Inpaint an image using a mask

Input Schema

NameRequiredDescriptionDefault
imageYesInput image path
mask_shapeNoShape of the maskcircle
outputNoOutput filenameinpainted.jpg
positionNoPosition of the maskcenter
promptYesText prompt for inpainting

Input Schema (JSON Schema)

{ "properties": { "image": { "description": "Input image path", "type": "string" }, "mask_shape": { "default": "circle", "description": "Shape of the mask", "enum": [ "circle", "rectangle" ], "type": "string" }, "output": { "default": "inpainted.jpg", "description": "Output filename", "type": "string" }, "position": { "default": "center", "description": "Position of the mask", "enum": [ "center", "ground" ], "type": "string" }, "prompt": { "description": "Text prompt for inpainting", "type": "string" } }, "required": [ "image", "prompt" ], "type": "object" }

Other Tools from MCP Flux Studio

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jmanhype/mcp-flux-studio'

If you have feedback or need assistance with the MCP directory API, please join our Discord server