MCP server for generating and editing images with Google's Nano Banana (Gemini) image models — Nano Banana 2, 2 Lite, and Pro
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"nano-banana-mcp-serv": {
"command": "npx",
"args": [
"-y",
"spinje/nano-banana-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add nano-banana-mcp-serv npx -y spinje/nano-banana-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"nano-banana-mcp-serv": {
"command": "npx",
"args": [
"-y",
"spinje/nano-banana-mcp-server"
]
}
}
}