Skip to main content
Glama

MCP Image Generator

by shinpr

generate_image

Create images from text prompts using Google's Gemini API, with options for image editing, character consistency, multi-image blending, and factual accuracy.

Instructions

Generate image with specified prompt and optional parameters

Input Schema

NameRequiredDescriptionDefault
blendImagesNoEnable multi-image blending for combining multiple visual elements naturally. Use when prompt mentions multiple subjects or composite scenes
fileNameNoOptional file name for the generated image (if not specified, generates an auto-named file in IMAGE_OUTPUT_DIR)
inputImagePathNoOptional absolute path to source image for image-to-image generation. Use when generating variations, style transfers, or similar images based on an existing image (must be an absolute path)
maintainCharacterConsistencyNoMaintain character appearance consistency. Enable when generating same character in different poses/scenes
promptYesThe prompt for image generation (English recommended for optimal structured prompt enhancement)
useWorldKnowledgeNoUse real-world knowledge for accurate context. Enable for historical figures, landmarks, or factual scenarios

Input Schema (JSON Schema)

{ "properties": { "blendImages": { "description": "Enable multi-image blending for combining multiple visual elements naturally. Use when prompt mentions multiple subjects or composite scenes", "type": "boolean" }, "fileName": { "description": "Optional file name for the generated image (if not specified, generates an auto-named file in IMAGE_OUTPUT_DIR)", "type": "string" }, "inputImagePath": { "description": "Optional absolute path to source image for image-to-image generation. Use when generating variations, style transfers, or similar images based on an existing image (must be an absolute path)", "type": "string" }, "maintainCharacterConsistency": { "description": "Maintain character appearance consistency. Enable when generating same character in different poses/scenes", "type": "boolean" }, "prompt": { "description": "The prompt for image generation (English recommended for optimal structured prompt enhancement)", "type": "string" }, "useWorldKnowledge": { "description": "Use real-world knowledge for accurate context. Enable for historical figures, landmarks, or factual scenarios", "type": "boolean" } }, "required": [ "prompt" ], "type": "object" }

Other Tools from MCP Image Generator

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/shinpr/mcp-image'

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