Nanobanana (verified)
Generate, edit, and describe images using Google Gemini. Create images from text prompts, modify existing images with instructions, and get AI-powered descriptions of image content.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add nanobanana
# Browse available tools
npx -y smithery tool list nanobanana
# Get full schema for a tool
npx -y smithery tool get nanobanana generate_image
# Call a tool
npx -y smithery tool call nanobanana generate_image '{}'Direct MCP Connection
Endpoint: https://nanobanana.run.tools
Required config:
bearer(query) — Your Gemini API key from aistudio.google.com/apikey
Tools (3)
generate_image— Generate an image from a text promptedit_image— Edit an existing image using a text promptdescribe_image— Describe the contents of an image
# Get full input/output schema for a tool
npx -y smithery tool get nanobanana