
Gemini Image
Generate and edit marketing or UI imagery from your agent using Google Gemini without building a custom image pipeline.
Overview
gemini-image is a MCP server for the Build phase that provides Google Gemini image generation, editing, and local processing tools over stdio.
What is this MCP server?
- Google Gemini-powered image generation and editing via MCP
- Local image processing tools alongside remote Gemini calls
- npm package @jimothy-snicket/gemini-image-mcp with stdio transport
- Single required secret: GEMINI_API_KEY from Google AI Studio
- Version 0.2.2 in MCP server schema
- Server version 0.2.2
- 1 required secret environment variable (GEMINI_API_KEY)
What problem does it solve?
You waste build time scripting one-off Gemini image calls or hopping between AI Studio and your repo for every asset tweak.
Who is it for?
Indie builders who need quick Gemini visuals for prototypes, docs, or social assets while coding.
Skip if: Teams needing DALL·E-only stacks, on-prem models without Google cloud, or strict brand-controlled design systems with no AI imagery.
What do I get? / Deliverables
After registration and a Gemini API key, your agent can generate and edit images in the same thread where you code landing or UI work.
- Agent-invoked Gemini-generated or edited image files
- Local processing results returned through MCP tool responses
Recommended MCP Servers
Journey fit
Visual assets for landing pages, app store shots, and prototypes are produced while building the product surface, which is why this MCP is shelved under build rather than launch-only distribution. Image generation and local processing directly support frontend and content deliverables, not backend APIs or deploy infra.
How it compares
MCP bridge to Gemini image APIs, not a Figma plugin or standalone design skill.
Common Questions / FAQ
Who is gemini-image for?
Solo developers and content-heavy builders who already use Google Gemini and want image tools inside Claude Code, Cursor, or other MCP clients.
When should I use gemini-image?
Use it while building UI, landing pages, or docs when you need generated or edited images without leaving the agent session.
How do I add gemini-image to my agent?
Install @jimothy-snicket/gemini-image-mcp via npm, configure stdio MCP for io.github.JimothySnicket/gemini-image, and set GEMINI_API_KEY from Google AI Studio.