
Nano Banana Image Gen
Supports UIby anasskartit
Generate and iteratively edit high-quality images using Google Gemini AI directly within Claude.
What it does
Nano Banana is an MCP App that integrates Google Gemini AI's image generation capabilities into Claude. It provides an interactive experience where users can generate images from text prompts and then refine those images through iterative editing instructions, all while maintaining a visual flow within the chat.
Key features
- Text-to-Image Generation: Create stunning visuals using the power of Gemini AI.
- Iterative Image Editing: Modify the previously generated image by providing follow-up prompts (e.g., "make it gold plated").
- Automatic Compression: Optimized output using WebP format (max 800px) for fast loading and reduced token/bandwidth usage.
- Dual Deployment: Supports both local execution and cloud-based integration via Cloudflare Tunnels.
Installation
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"nano-banana": {
"command": "npx",
"args": ["-y", "nano-banana-mcp-app"],
"env": {
"GEMINI_API_KEY": "your-api-key-here"
}
}
}
}
Claude.ai (Web)
- Run the server:
npm run build && npm run serve - Expose via Cloudflare:
cloudflared tunnel --url http://localhost:3001 - Add the tunnel URL +
/mcpto Claude.ai Connectors.
Supported hosts
- Claude Desktop
- Claude.ai
Quick install
npx -y nano-banana-mcp-appInformation
- Pricing
- free
- Published





