Skip to main content
Glama

Gemini Image MCP Server

by devexpert-io

generate_image

Create custom images using Google Gemini AI from text descriptions, with options for aspect ratios, visual references, styles, and watermark overlays to produce tailored visual content.

Instructions

Create a new image using Google Gemini AI from a text description, optionally providing reference images to guide the result. Use the edit_image tool when you need to modify an existing asset.

Input Schema

NameRequiredDescriptionDefault
aspectRatioNoAspect ratio preset (square/landscape/portrait).square
descriptionYesDetailed description of the image to generate. For better social media results, include details about colors, style and composition.
imagesNoOptional array of image file paths to use as visual context (absolute or relative).
outputPathNoPath where to save the image (optional). If not specified, saves in current directory. Can be a folder or complete path with filename.
styleNoAdditional style for the image (optional). Examples: "minimalist", "colorful", "professional", "artistic"
watermarkPathNoPath to watermark image file to overlay in a corner (optional)
watermarkPositionNoOptional watermark position when using `watermarkPath`.bottom-right

Input Schema (JSON Schema)

{ "properties": { "aspectRatio": { "default": "square", "description": "Aspect ratio preset (square/landscape/portrait).", "enum": [ "square", "landscape", "portrait" ], "type": "string" }, "description": { "description": "Detailed description of the image to generate. For better social media results, include details about colors, style and composition.", "type": "string" }, "images": { "description": "Optional array of image file paths to use as visual context (absolute or relative).", "items": { "type": "string" }, "type": "array" }, "outputPath": { "description": "Path where to save the image (optional). If not specified, saves in current directory. Can be a folder or complete path with filename.", "type": "string" }, "style": { "description": "Additional style for the image (optional). Examples: \"minimalist\", \"colorful\", \"professional\", \"artistic\"", "type": "string" }, "watermarkPath": { "description": "Path to watermark image file to overlay in a corner (optional)", "type": "string" }, "watermarkPosition": { "default": "bottom-right", "description": "Optional watermark position when using `watermarkPath`.", "enum": [ "top-left", "top-right", "bottom-left", "bottom-right" ], "type": "string" } }, "required": [ "description" ], "type": "object" }

Other Tools from Gemini Image MCP Server

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/devexpert-io/gemini-image-mcp-server'

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