MCP Server
MCP
io.github.getjoystick/nanobanana-mcp
Lean MCP server for Google's Nano Banana (Gemini) image models. Returns file paths, not base64.
Install
npx -y @nanobanana/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@nanobanana/mcp",
"version": "0.1.2",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Gemini API key from https://aistudio.google.com/apikey",
"isRequired": true,
"isSecret": true,
"name": "GEMINI_API_KEY"
},
{
"description": "Default image model override (default: gemini-3.1-flash-image)",
"name": "NANOBANANA_MODEL"
},
{
"description": "Default output directory override",
"name": "NANOBANANA_OUTPUT_DIR"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment