Labsco
MCP SERVER

Nano Banana Pro AI MCP

by rocnubie

Answer questions about Nano Banana Pro AI — its styles, pricing and official links — without leaving your client.

Framework & SDK Documentation Lookup
Summary
It describes the image editor; it is not the image editor.

All three tools return facts about the Nano Banana Pro AI site — styles, price, links — so this is a knowledge surface, not a generation endpoint. That is a real job when a client keeps inventing details about a product, and the no-key setup makes it cheap to attach. Just do not install it expecting images to come back.

What it is

A read-only server that carries the public information about the Nano Banana Pro AI image editing site: which generation styles it offers, what it costs, and where its official pages are. It does not generate or edit images itself — it answers questions about the platform so a client can talk about it accurately instead of guessing.

What you get
  • `list_styles` returns the image-generation styles and presets the site exposes
  • `get_pricing` returns the pricing entry point
  • `get_official_links` returns the official website, support and docs URLs
  • Four resources under `site://nanobanana/` covering styles, pricing, a short FAQ and links
  • Two prompts: `tell_me_about_nanobanana` for a summary, `try_image_style_nanobanana` for a style recommendation from a stated goal
Requirements

Nothing — no account, no API key, no quota. Install through Smithery with `npx -y @smithery/cli install nanobanana-mcp --client claude` (swap `claude` for `cursor`, `windsurf` or `continue`), or clone the repository, run `pnpm install`, and point your client at `node` with the path to `src/index.mjs`. Transport is stdio.

Setup effort

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