Connects Claude Desktop, Cursor, Windsurf, and Continue to Nano Banana Pro AI's image editing platform, which runs Flux, GPT Image, Ideogram, and Kling models under the hood. Exposes three read-only tools: list available generation styles, pull pricing tables, and grab official links. Four resources cover styles, pricing, FAQ, and canonical URLs. Two prompts let you ask for a platform overview or get style recommendations for a specific use case. No API keys, no quota enforcement, and the server boots in around 50 milliseconds. Reach for this when you want Claude to know about Nano Banana's catalog of 60+ image and video tools without leaving the editor.
Nano Banana Pro AI Image Editor Free Online by Gemini AI
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
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.
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.
list_stylesReturn the canonical list of image-generation styles or presets the site exposes. (Nano Banana Pro AI)
Input: no parameters. Returns: text/markdown.
get_pricingReturn the canonical pricing entry point for Nano Banana Pro AI.
Input: no parameters. Returns: text/markdown.
get_official_linksReturn the canonical list of official links for Nano Banana Pro AI (website, support, docs when available).
Input: no parameters. Returns: text/markdown.
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.tell_me_about_nanobananaSummarize what the site is, who it's for, and how it works. — Nano Banana Pro AI
try_image_style_nanobananaRecommend a starting image-generation style for a stated goal. — Nano Banana Pro AI
npx -y @smithery/cli install nanobanana-mcp --client claude
(Replace claude with cursor, windsurf, or continue for those clients.)
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"
]
}
}
}
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