Loading MCP server directory, please wait...
Lean MCP server for Google's Nano Banana (Gemini) image models. Returns file paths, not base64.
npx @getmcp/cli add io.github.getjoystick/nanobanana-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
GEMINI_API_KEYGemini API key from https://aistudio.google.com/apikey
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.getjoystick/nanobanana-mcp": {
"command": "npx",
"args": [
"-y",
"@nanobanana/mcp"
],
"env": {
"GEMINI_API_KEY": "",
"NANOBANANA_MODEL": "",
"NANOBANANA_OUTPUT_DIR": ""
}
}
}
}