Connects Claude to the Nano Banana 2 image generation platform through three read-only tools: list_styles returns the available generation presets (Flux Pro, Gemini, Seedream variants), get_pricing fetches current plan tiers, and get_official_links surfaces the canonical URLs. Also exposes resources for FAQ and documentation lookup. Zero configuration, no API keys required, works over stdio. Reach for this when you want Claude to recommend specific Nano Banana 2 workflows or styles based on your creative brief, or when you need to look up pricing and features during a conversation about which generation platform fits your project. The server doesn't trigger generation itself, it surfaces the knowledge needed to use the platform effectively.
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
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.
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.
list_stylesReturn the canonical list of image-generation styles or presets the site exposes. (Nano Banana 2)
Input: no parameters. Returns: text/markdown.
get_pricingReturn the canonical pricing entry point for Nano Banana 2.
Input: no parameters. Returns: text/markdown.
get_official_linksReturn the canonical list of official links for Nano Banana 2 (website, support, docs when available).
Input: no parameters. Returns: text/markdown.
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.tell_me_about_nanobanana_2Summarize what the site is, who it's for, and how it works. — Nano Banana 2
try_image_style_nanobanana_2Recommend a starting image-generation style for a stated goal. — Nano Banana 2
npx -y @smithery/cli install nanobanana-2-mcp --client claude
(Replace claude with cursor, windsurf, or continue for those clients.)
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"
]
}
}
}
npx @modelcontextprotocol/inspector node src/index.mjs
pnpm install
pnpm start # run the server over stdio
MIT
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent