MCP server for AI image generation and editing with Google Gemini (NanoBanana). Features structured JSON editing — decompose any image into a blueprint, then edit specific components with dot-notation paths. 5 tools, 10 built-in presets for ads, web, and social media.
Server Config
{
"mcpServers": {
"gemini-image-studio-mcp": {
"command": "npx",
"args": [
"-y",
"gemini-image-studio-mcp"
],
"env": {
"GEMINI_API_KEY": "<YOUR_GEMINI_API_KEY>"
}
}
}
}