Skip to main content
Glama

Gemini MCP Image Generation Server

by sanxfxteam

generateImage

Create customized images with specified prompts, aspect ratios, and output formats using Google's Gemini 2 API on the Gemini MCP Image Generation Server.

Input Schema

NameRequiredDescriptionDefault
aspectRatioNo
outputFormatNo
promptYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "aspectRatio": { "type": "string" }, "outputFormat": { "type": "string" }, "prompt": { "type": "string" } }, "required": [ "prompt" ], "type": "object" }

You must be authenticated.

Other Tools from Gemini MCP Image Generation 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/sanxfxteam/gemini-mcp-server'

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