# mcp-nanobanana-pro

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get acedatacloud-mcp/mcp-nanobanana-pro nanobanana_generate_image

# Call a tool
npx -y @smithery/cli@latest tool call acedatacloud-mcp/mcp-nanobanana-pro nanobanana_generate_image '{}'
```

## Direct MCP Connection

Endpoint: `https://mcp-nanobanana-pro--acedatacloud-mcp.run.tools`

**Required config:**
- `x-api-key` (header) — AceDataCloud API Bearer Token (get from https://platform.acedata.cloud)

## Tools (4)

- `nanobanana_generate_image` — Generate an AI image from a text prompt using Google's Nano Banana model.
- `nanobanana_edit_image` — Edit or combine images using AI based on a text prompt.
- `nanobanana_get_task` — Query the status and result of an image generation or edit task.
- `nanobanana_get_tasks_batch` — Query multiple image generation/edit tasks at once.

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

## Prompts (3)

- `nanobanana_image_generation_guide` — Guide for choosing the right NanoBanana tool for image tasks.
- `nanobanana_prompt_writing_guide` — Guide for writing effective image generation prompts.
- `nanobanana_workflow_examples` — Common workflow examples for NanoBanana image generation.
