Skip to main content
Glama

MCP Server Replicate

generate_image

Create custom images by specifying dimensions, styles, and prompts. Integrates with MCP Server Replicate for AI-powered image generation, supporting real-time updates and secure API key management.

Instructions

Generate an image using the specified parameters.

Input Schema

NameRequiredDescriptionDefault
heightNo
num_outputsNo
promptYes
qualityNobalanced
seedNo
styleNo
widthNo

Input Schema (JSON Schema)

{ "properties": { "height": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Height" }, "num_outputs": { "default": 1, "title": "Num Outputs", "type": "integer" }, "prompt": { "title": "Prompt", "type": "string" }, "quality": { "default": "balanced", "title": "Quality", "type": "string" }, "seed": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Seed" }, "style": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Style" }, "width": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Width" } }, "required": [ "prompt" ], "title": "generate_imageArguments", "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/gerred/mcp-server-replicate'

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