# 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

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add nanobanana

# Browse available tools
npx -y @smithery/cli@latest tool list nanobanana

# Get full schema for a tool
npx -y @smithery/cli@latest tool get nanobanana generate_image

# Call a tool
npx -y @smithery/cli@latest 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 prompt
- `edit_image` — Edit an existing image using a text prompt
- `describe_image` — Describe the contents of an image

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get nanobanana <tool-name>
```
