Loading MCP server directory, please wait...
Nano Banana MCP server — Google Gemini image generation and editing via Model Context Protocol
npx @getmcp/cli add io.github.mindstone/mcp-server-nano-bananaRequires Node.js 18+. Community-contributed server. Review source before installing.
GEMINI_API_KEYGoogle Gemini API key
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mindstone/mcp-server-nano-banana": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-nano-banana"
],
"env": {
"GEMINI_API_KEY": "",
"MCP_WORKSPACE_PATH": "",
"NANO_BANANA_GEMINI_TIMEOUT_MS": "180000",
"NANO_BANANA_BRIDGE_TIMEOUT_MS": "30000"
}
}
}
}