AI image generation and editing with Google Gemini. Structured JSON editing.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
MCP server for AI image generation and editing with Google Gemini. Create web assets, ad creatives, and brand visuals β with structured JSON editing for precise, repeatable control.
Most Gemini image MCP servers are basic text-to-image wrappers. This one adds a structured editing pipeline:
subject[0].hair.color: "platinum_blonde" β and regeneratingThis means precise, isolated changes without affecting the rest of the image. Change a hair color without touching the background. Swap clothing without altering the pose. All through dot-notation JSON paths.
Get one free at Google AI Studio.
Or add to your project's .claude/mcp.json:
Ask Claude to generate images:
"Create a Facebook ad for a coffee shop with warm lighting"
"Generate a hero image for a tech startup landing page"
"Edit the hero image β change the background to a sunset beach"
generate_imageCreate a new image from text or structured JSON prompts.
| Parameter | Type | Required | Description |
|---|---|---|---|
prompt | string | Yes | Text description or JSON prompt |
prompt_format | "text" | "json" | No | Prompt format (default: "text") |
preset | string | No | Asset preset (e.g., "facebook_ad", "hero_image") |
aspect_ratio | string | No | Override ratio ("1:1", "16:9", "9:16", etc.) |
image_size | "1K" | "2K" | "4K" | No | Resolution (default: "1K") |
model | "flash" | "pro" | No | Gemini model (default: "flash") |
reference_images | string[] | No | Paths to reference images for consistency |
output_name | string | No | Custom filename |
enable_search_grounding | boolean | No | Use Google Search for accuracy |
decompose_imageAnalyze an image into a structured JSON blueprint β the first step of the edit workflow.
| Parameter | Type | Required | Description |
|---|---|---|---|
image_path | string | Yes | Path to the image |
detail_level | "basic" | "detailed" | "exhaustive" | No | Granularity (default: "detailed") |
Returns a full blueprint with subject, scene, technical, composition, text_rendering, style_modifiers, and meta sections β each field precisely describing the image's visual components.
edit_imageEdit an image using JSON changes or natural language.
| Parameter | Type | Required | Description |
|---|---|---|---|
image_path | string | Yes | Path to the image |
edit_type | "json" | "natural_language" | Yes | Edit mode |
changes | object | For JSON edits | Dot-notation paths to change |
instruction | string | For NL edits | Natural language instruction |
blueprint | object | No | Blueprint (auto-loaded from cache if omitted) |
model | "flash" | "pro" | No | Model (default: "flash") |
output_name | string | No | Custom filename |
JSON edit example β change hair color and add sunglasses:
Natural language edit example:
get_presetsList available asset presets with dimensions, tips, and conventions.
| Parameter | Type | Required | Description |
|---|---|---|---|
category | "ad" | "web" | "social" | "all" | No | Filter (default: "all") |
list_generatedBrowse previously generated images.
| Parameter | Type | Required | Description |
|---|---|---|---|
filter | string | No | Search by filename |
limit | number | No | Max results (default: 20) |
include_blueprints | boolean | No | Include cached blueprints |
The key differentiator β precise, field-level image editing:
| Preset | Category | Aspect Ratio | Dimensions | Best For |
|---|---|---|---|---|
facebook_ad | Ad | 1:1 | 1080x1080 | Facebook/Instagram feed ads |
instagram_story_ad | Ad | 9:16 | 1080x1920 | Instagram/Facebook story ads |
google_display_banner | Ad | 16:9 | 1200x628 | Google Display Network |
hero_image | Web | 21:9 | 2560x1080 | Above-the-fold hero sections |
og_image | Web | 16:9 | 1200x630 | Social share / link previews |
product_card | Web | 4:5 | 800x1000 | E-commerce product grids |
email_header | Web | 3:1 | 600x200 | Email marketing headers |
linkedin_post | Social | 1:1 | 1080x1080 | LinkedIn feed posts |
twitter_post | Social | 16:9 | 1200x675 | Twitter/X posts |
youtube_thumbnail | Social | 16:9 | 1280x720 | YouTube thumbnails |
| Variable | Required | Default | Description |
|---|---|---|---|
GEMINI_API_KEY | Yes | β | Google AI Studio API key |
OUTPUT_DIR | No | ./output | Where generated images are saved |
Add to .cursor/mcp.json:
The server communicates over stdio using the Model Context Protocol.
This server also exposes:
nano_banana_expert β invoke this to give Claude full knowledge of the JSON schema, editing best practices, and asset creation guidelinesnanobanana://schema/prompt β the raw JSON schema with all enum values for programmatic access| Model | ID | Best For |
|---|---|---|
| Flash (default) | gemini-3.1-flash-image-preview | Fast generation, high volume, cost-effective |
| Pro | gemini-3-pro-image-preview | Best quality, complex scenes, professional assets |
Contributions welcome! Please:
git checkout -b feature/my-feature)npm test)No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/gemini-image-studio)<a href="https://allmcps.com/mcp/gemini-image-studio"><img src="https://allmcps.com/api/badge/gemini-image-studio?style=directory" alt="Gemini Image Studio on AllMCPs" /></a>