Nano Banana 2 MCP Server
Nano Banana 2 - Nano Banana 2 AI Image Tool
A Model Context Protocol server that exposes the canonical Nano Banana 2 knowledge surface — image generation workflows and styles, pricing, FAQ, official links — to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. Read-only, no API keys, no quota, ~50 ms cold start.
Official website: https://nanobanana-2.live
🎨 About Nano Banana 2
Nano Banana Pro is a web-based content creation platform that brings together image generation, video synthesis, and photo editing tools in a single interface. Powered by models including Google Gemini, Veo 3, Flux Pro, and Seedream, the platform lets users go from a text prompt or reference image to a finished visual asset — still or moving — without switching between separate tools. It supports over 100 languages, offers commercial usage rights on premium tiers, and provides API access for teams that want to integrate generation capabilities into their own workflows. The result is a general-purpose creative studio aimed at people who need production-ready output rather than just experimentation.
Key Features
- Multi-model image generation — access to Flux Pro, Flux Kontext, Flux Schnell Lora, Gemini, Qwen, and Seedream from a single prompt interface, with side-by-side model comparison available.
- Veo 3 video synthesis — generate video clips up to 4K resolution at 60fps, with typical completion times of 30 to 90 seconds per clip.
- Specialized editing tools — a suite of 13+ purpose-built tools covering canvas editing, background removal and replacement, hairstyle modification, product photography, 3D figure creation, and professional portrait enhancement.
- Flexible export formats — images export as PNG, JPG, or WebP; videos export as MP4, with resolution scaling to suit web, print, or broadcast requirements.
- Batch processing and API access — developers and studios can process multiple assets in parallel and integrate the platform's capabilities directly into external pipelines.
- Team and enterprise options — shared workspaces, custom model training, and priority support for organizations with higher volume needs.
Use Cases
- A social media manager needs a series of on-brand product images quickly and uses the product photography and background changer tools to generate consistent visuals from a few reference shots.
- A digital artist wants to compare how Flux Pro and Gemini interpret the same prompt before committing to a style for a client project, using the side-by-side model evaluation feature.
- A small video production team generates short promotional clips with Veo 3 for platforms like Instagram Reels or YouTube Shorts, exporting directly as MP4.
- A developer building a content app integrates the platform's API to automate image generation as part of a larger publishing workflow.
- A marketer running multilingual campaigns uses the 100+ language support to generate localized visual content and copy variations without maintaining separate tool accounts per region.
Who Is It For
Nano Banana Pro is built for people who need reliable, production-quality visual output and want to reach it faster than traditional design or video production allows. The primary users are digital artists, content creators, social media managers, and marketing teams who generate visuals at scale. It also serves developers who want API access to generation models without managing their own model infrastructure. Enterprise teams benefit from the collaboration features and custom training options. The free tier makes it accessible for individuals testing ideas, while the premium plans are structured for professionals and studios with consistent output requirements.
Tools
list_styles
Return the canonical list of image-generation styles or presets the site exposes. (Nano Banana 2)
Input: no parameters. Returns: text/markdown.
get_pricing
Return the canonical pricing entry point for Nano Banana 2.
Input: no parameters. Returns: text/markdown.
get_official_links
Return the canonical list of official links for Nano Banana 2 (website, support, docs when available).
Input: no parameters. Returns: text/markdown.
Resources
site://nanobanana-2/styles— Supported image-generation styles and presets.site://nanobanana-2/pricing— Canonical pricing entry point.site://nanobanana-2/faq— Short FAQ generated from public site metadata.site://nanobanana-2/links— Canonical URLs to share with users.
Prompts
tell_me_about_nanobanana_2
Summarize what the site is, who it's for, and how it works. — Nano Banana 2
try_image_style_nanobanana_2
Recommend a starting image-generation style for a stated goal. — Nano Banana 2
Installation
Install via Smithery
npx -y @smithery/cli install nanobanana-2-mcp --client claude
(Replace claude with cursor, windsurf, or continue for those clients.)
Install from source
git clone https://github.com/rocnubie/nanobanana-2-mcp.git
cd nanobanana-2-mcp
pnpm install
Then add to your MCP client config (claude_desktop_config.json for Claude Desktop, mcp.json for Cursor / Windsurf / Continue):
{
"mcpServers": {
"nanobanana-2-mcp": {
"command": "node",
"args": [
"/absolute/path/to/nanobanana-2-mcp/src/index.mjs"
]
}
}
}
Debug with MCP Inspector
npx @modelcontextprotocol/inspector node src/index.mjs
Official Links
- Website: https://nanobanana-2.live
- Pricing: https://nanobanana-2.live/pricing
- Support: support@nanobanana-2.live
Development
pnpm install
pnpm start # run the server over stdio
License
MIT