Nanana

Nanana

This MCP provides AI text-to-image generator and AI image-to-image editor powered by Google Gemini Nano Banana.

5
Stars
3
Forks
0
Releases

Overview

An MCP (Model Context Protocol) server for Nanana AI's image generation service powered by Google Gemini's nano banana model. This server lets Claude Desktop and other MCP clients generate and transform images using nano banana's capabilities. Install with npm install -g @nanana-ai/mcp-server-nano-banana. Configure Claude Desktop by adding an MCP server entry (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json; Windows: %APPDATA%\Claude\claude_desktop_config.json) and supplying your NANANA_API_TOKEN. The server authenticates requests via NANANA_API_TOKEN and can use a custom NANANA_API_URL (default: https://nanana.app). It exposes two tools: text_to_image (generate an image from a text prompt) and image_to_image (transform existing images based on a prompt; accepts 1-9 image URLs). Example config snippets are provided. Run the server with npx or node, passing environment variables as needed. This MCP server integrates into Claude Desktop and other MCP clients to provide Nano Banana‑powered image generation and editing. Credits and pricing are tied to Nanana credits, and the project is MIT licensed.

Details

Owner
nanana-app
Language
JavaScript
License
MIT License
Updated
2025-12-07

Features

text_to_image

Generates a new image from a text prompt using Nanana's nano banana model.

image_to_image

Transforms existing images based on a text prompt; supports 1-9 input URLs.

Claude Desktop and MCP client compatibility

Works with Claude Desktop and other MCP clients to access Nano Banana capabilities.

Token-based authentication

Secured access via NANANA_API_TOKEN; the token is shown only once.

Configurable API URL

Optional NANANA_API_URL to point to a custom Nanana API endpoint; defaults to https://nanana.app.

Installation and run

Global npm install; run via npx or node with environment variables as needed; includes example config.

Audience

Claude DesktopConnect Claude Desktop to generate and transform images via MCP prompts.
MCP clientsIntegrate Nano Banana image generation into MCP workflows for apps.
AI artistsExperiment with prompt-based image generation and editing via MCP in creative projects.

Tags

text-to-imageimage-to-imageMCP serverClaude DesktopNanana AInano bananaGoogle Geminiimage generationAPI tokenNode.js