Nano Banana 2 MCP Server

Nano Banana 2 MCP Server

Provides read-only access to Nano Banana 2's image generation workflows, styles, pricing, FAQ, and official links for MCP-compatible AI clients like Claude Desktop, Cursor, Windsurf, and Continue.

Category
Visit Server

README

Nano Banana 2 MCP Server

Nano Banana 2 - Nano Banana 2 AI Image Tool

MCP Badge License: MIT smithery Node MCP Read Only Zero Config

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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured