Loading MCP server directory, please wait...
Image generation with Google Gemini 3.1 Flash: 512px-4K, reference images, search grounding
npx @getmcp/cli add io.github.nikships/ultimate-image-gen-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
GEMINI_API_KEYGoogle Gemini API key (free tier at https://aistudio.google.com/apikey). Also accepts GOOGLE_API_KEY.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.nikships/ultimate-image-gen-mcp": {
"command": "uvx",
"args": [
"ultimate-gemini-mcp"
],
"env": {
"GEMINI_API_KEY": "",
"OUTPUT_DIR": "~/gemini_images",
"DEFAULT_IMAGE_SIZE": "2K",
"DEFAULT_MODEL": "gemini-3.1-flash-image-preview",
"ENABLE_PROMPT_ENHANCEMENT": "false",
"ENABLE_GOOGLE_SEARCH": "false",
"REQUEST_TIMEOUT": "60",
"MAX_BATCH_SIZE": "8",
"LOG_LEVEL": "INFO"
}
}
}
}