Server data from the Official MCP Registry
Nano Banana 2 exposes the Nano Banana 2 image generation model online with prompt presets and quick
Nano Banana 2 exposes the Nano Banana 2 image generation model online with prompt presets and quick
Excellent MCP server with clean, well-structured code and strong security posture. The server is read-only, requires no authentication or API keys, makes no external network calls, and exposes only static canonical information about Nano Banana 2. No security vulnerabilities, dangerous patterns, or credential handling issues detected. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity).
4 files analyzed · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-rocnubie-nanobanana-2-mcp": {
"args": [
"-y",
"msa-nanobanana-2-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.