9 months ago
A MCP server that provides AI-powered image generation capabilities through Google's Gemini 2.5 Flash Image model.
Server Config
{
"mcpServers": {
"nanobanana": {
"command": "uvx",
"args": [
"nanobanana-mcp-server@latest"
],
"env": {
"GEMINI_API_KEY": "your-gemini-api-key-here"
}
}
}
}