Skip to main content
Glama

Recraft AI MCP Server

Official

remove_background

Detach and eliminate the background from any image using Recraft AI. Input an image URL or file path to receive a raster image with the background removed and access the processed result.

Instructions

Remove background in the input image using Recraft AI. This operation takes an input image and returns the same image with detected background removed. Raster image will be always returned. Local path or URL to resulting image and its preview will be returned in the response.

Input Schema

NameRequiredDescriptionDefault
imageURIYesImage to use as an input. This can be a URL (starting with http:// or https://) or an absolute file path (starting with file://).

Input Schema (JSON Schema)

{ "properties": { "imageURI": { "description": "Image to use as an input. This can be a URL (starting with http:// or https://) or an absolute file path (starting with file://).", "type": "string" } }, "required": [ "imageURI" ], "type": "object" }

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/recraft-ai/mcp-recraft-server'

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