Nanobanana MCP — Development skill for Claude Code
This is the newest updated nano banana MCP for Claude Code.
How to install Nanobanana MCP
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open charlesdove977/nanobanana-mcp and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Nanobanana MCP does
This is the newest updated nano banana MCP for Claude Code.
Alternatives in Development
- MCP Builder — Guide for creating high-quality MCP servers to integrate external APIs and services 94.1k ★
- Mempalace Help — Show comprehensive MemPalace help — available skills, MCP tools, CLI commands, hooks, and architecture 58.6k ★
- Chrome Devtools MCP — Chrome DevTools for coding agents 29504 108 1 31.7k ★
README
Nano Banana MCP
MCP server for Google Gemini image generation with configurable model support.
Features • Setup • Models • Tools
Website • YouTube • Skool Community
What is this?
A fork of [nano-banana-mcp](https://github.com/ConechoAI/Nano-Banana-MCP) with one critical upgrade: **configurable model selection** via environment variable.
The original package hardcodes `gemini-2.5-flash-image-preview` (shut down January 2026). This fork defaults to `gemini-3.1-flash-image-preview` and lets you swap models without touching code.
Features
- Generate images from text prompts
- Edit existing images with natural language
- Iterative editing (continue refining the last image)
- Multi-image reference support (style transfer, combining elements)
- Configurable aspect ratio (1:1, 16:9, 9:16, 3:2, 2:3, 4:3, 3:4, 4:5, 5:4, 21:9, and more)
- Configurable Gemini model via
GEMINI_MODELenv var
Setup
Claude Code / Cursor
Add to your `.mcp.json`:
{
"mcpServers": {
"nano-banana": {
"type": "stdio",
"command": "node",
"args": ["/path/to/nanobanana-mcp/dist/index.js"],
"env": {
"GEMINI_API_KEY": "your-api-key-here",
"GEMINI_MODEL": "gemini-3.1-flash-image-preview"
}
}
}
}
Install Dependencies
git clone https://github.com/charlesdove977/nanobanana-mcp.git
cd nanobanana-mcp
npm install
Get a Gemini API Key
- Go to Google AI Studio
- Create a new API key
- A
Related Skills
Nano Banana Image Generation
Generate professional images via the Gemini CLI's nanobanana extension.
Nanobanana
Claude Code skill for generating photorealistic images with Gemini 3 Pro Image (Nano Banana Pro). Automatic pr
Nano Banana Pro Prompts Recommend Skill
Claude Code / Cursor skill to recommend from 6000+ Nano Banana Pro image prompts.
Nano Image Generator Skill
A Claude Code skill for generating images using Gemini 3 Pro Preview (Nano Banana Pro).
Gemini Image Skill
Equip Claude Code with Nano Banana - image generation & editing via Gemini API
Turbo Claude
A curated, auto-updated list of CLAUDE.md rules, MCP servers, and Claude Code skills. The awesome-list compani
Related Agents
Asset Generator
AI asset generation agent — connects to image generation APIs (Nano Banana, FAL AI, Replicate), manages asset
Artist
Visual content creator. Called BY Media skill workflows only. Expert at prompt engineering, model selection (F
Scene Prompt Smith
Use this agent when drafting kie.ai Nano Banana 2 image prompts for the scenes of a short video. It turns a sc