Nano Banana Pro AI MCP Server

Nano Banana Pro AI MCP Server

Exposes the Nano Banana Pro AI knowledge surface (image generation workflows, styles, pricing, FAQ, official links) to MCP-compatible AI clients such as Claude Desktop, Cursor, and Windsurf, enabling querying of image editing capabilities and pricing information without API keys.

Category
Visit Server

README

Nano Banana Pro AI MCP Server

Nano Banana Pro AI Image Editor Free Online by Gemini AI

MCP Badge Node Zero Config License: MIT Read Only Stdio Transport MCP

<p align="center"><a href="https://nanobanana-ai.online"><img src="./assets/hero.svg" alt="Nano Banana Pro AI" width="720" /></a></p>

A Model Context Protocol server that exposes the canonical Nano Banana Pro AI 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-ai.online

🎨 About Nano Banana Pro AI

Nano Banana Pro AI is an online image and video editing platform that uses multiple AI models to handle visual tasks that would otherwise require dedicated design software or manual effort. Users can generate images from text prompts, remove or swap backgrounds, erase unwanted objects, enhance photo quality, and convert still images into short video clips — all through a browser-based interface. The platform draws on models including Flux, GPT Image, Ideogram, and Kling, and covers more than 60 specialized tools across image and video workflows. New accounts receive 55 free credits with no watermarks on outputs, making it straightforward to evaluate before committing to a paid plan.

Key Features

  • Text-to-image generation using multiple AI models (Flux, GPT Image, Ideogram, and others), with results delivered in 5 to 30 seconds
  • Background removal and replacement with AI-assisted precision, supporting JPG, PNG, and WEBP uploads
  • Smart object removal that fills in the erased area to produce a clean, natural result
  • Image-to-video conversion that animates a still photo into an MP4 clip, typically within one to five minutes
  • Batch processing for applying consistent edits across multiple images in a single pass
  • AI photo enhancement covering quality upscaling, lighting correction, and color grading, with output up to 4K resolution

Use Cases

  • An e-commerce seller shoots product photos on a cluttered table and uses background removal plus replacement to produce clean, studio-style listings
  • A social media manager generates on-brand visuals from text prompts rather than sourcing stock photography or briefing a designer
  • A photographer uses the batch enhancement tool to apply consistent color grading across an entire shoot before delivery
  • A marketer animates a product image into a short video clip for use in ads without commissioning video production
  • A small business owner removes distracting elements from existing brand photos without reopening the original files in editing software

Who Is It For

Nano Banana Pro AI is built for people who need professional-looking visual content but do not have the time, budget, or training to work with traditional editing software. E-commerce sellers and product photographers will find the background tools and batch workflows particularly practical. Marketing teams and content creators benefit from fast text-to-image generation and the ability to animate stills into video. The credit-based pricing model keeps entry costs low for occasional users, while paid plans that include commercial usage rights suit agencies and businesses producing content at scale. No prior design experience is required to use any of the tools.

Tools

list_styles

Return the canonical list of image-generation styles or presets the site exposes. (Nano Banana Pro AI)

Input: no parameters. Returns: text/markdown.

get_pricing

Return the canonical pricing entry point for Nano Banana Pro AI.

Input: no parameters. Returns: text/markdown.

get_official_links

Return the canonical list of official links for Nano Banana Pro AI (website, support, docs when available).

Input: no parameters. Returns: text/markdown.

Resources

  • site://nanobanana/styles — Supported image-generation styles and presets.
  • site://nanobanana/pricing — Canonical pricing entry point.
  • site://nanobanana/faq — Short FAQ generated from public site metadata.
  • site://nanobanana/links — Canonical URLs to share with users.

Prompts

tell_me_about_nanobanana

Summarize what the site is, who it's for, and how it works. — Nano Banana Pro AI

try_image_style_nanobanana

Recommend a starting image-generation style for a stated goal. — Nano Banana Pro AI

Installation

Install via Smithery

npx -y @smithery/cli install nanobanana-mcp --client claude

(Replace claude with cursor, windsurf, or continue for those clients.)

Install from source

git clone https://github.com/rocnubie/nanobanana-mcp.git
cd nanobanana-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-mcp": {
      "command": "node",
      "args": [
        "/absolute/path/to/nanobanana-mcp/src/index.mjs"
      ]
    }
  }
}

Debug with MCP Inspector

npx @modelcontextprotocol/inspector node src/index.mjs

Official Links

  • Website: https://nanobanana-ai.online
  • Pricing: https://nanobanana-ai.online/pricing
  • Support: support@nanobanana-ai.online

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