Ideogram MCP Server

generate_image

Generate an image using Ideogram AI

Input Schema

NameRequiredDescriptionDefault
aspect_ratioNoThe aspect ratio for the generated image
magic_prompt_optionNoWhether to use magic prompt
modelNoThe model to use for generation
negative_promptNoDescription of what to exclude from the image (must be in English)
num_imagesNoNumber of images to generate (1-8)
promptYesThe prompt to use for generating the image (must be in English)
style_typeNoThe style type for generation

Input Schema (JSON Schema)

{ "properties": { "aspect_ratio": { "description": "The aspect ratio for the generated image", "enum": [ "ASPECT_1_1", "ASPECT_4_3", "ASPECT_3_4", "ASPECT_16_9", "ASPECT_9_16" ], "type": "string" }, "magic_prompt_option": { "description": "Whether to use magic prompt", "enum": [ "AUTO", "ON", "OFF" ], "type": "string" }, "model": { "description": "The model to use for generation", "enum": [ "V_1", "V_1_TURBO", "V_2", "V_2_TURBO" ], "type": "string" }, "negative_prompt": { "description": "Description of what to exclude from the image (must be in English)", "type": "string" }, "num_images": { "description": "Number of images to generate (1-8)", "maximum": 8, "minimum": 1, "type": "number" }, "prompt": { "description": "The prompt to use for generating the image (must be in English)", "type": "string" }, "style_type": { "description": "The style type for generation", "type": "string" } }, "required": [ "prompt" ], "type": "object" }

You must be authenticated.

Other Tools