Skip to main content
Glama

Stability AI MCP Server

by tadasant

stability-ai-remove-background

Remove the background from any image by providing the image file URI. Ideal for isolating subjects or cleaning up visuals quickly and effectively.

Instructions

Remove the background from an image.

Input Schema

NameRequiredDescriptionDefault
imageFileUriYesThe URI to the image file. It should start with file://
outputImageFileNameNoThe desired name of the output image file, no file extension. Make it descriptive but short. Lowercase, dash-separated, no special characters.

Input Schema (JSON Schema)

{ "properties": { "imageFileUri": { "description": "The URI to the image file. It should start with file://", "type": "string" }, "outputImageFileName": { "description": "The desired name of the output image file, no file extension. Make it descriptive but short. Lowercase, dash-separated, no special characters.", "type": "string" } }, "required": [ "imageFileUri" ], "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/tadasant/mcp-server-stability-ai'

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