mcp-server-nano-banana
MCP server for Nanana AI image generation powered by Google Gemini's nano banana
Documentation
@nanana-ai/mcp-server-nano-banana
MCP (Model Context Protocol) server for Nanana AI image generation service powered by Google Gemini's nano banana model. This server allows Claude Desktop and other MCP clients to generate and transform images using nano banana's powerful image generation capabilities.
Installation
npm install -g @nanana-ai/mcp-server-nano-bananaConfiguration
1. Get your API token
1. Visit nanana.app and sign in
2. Go to your account dashboard
3. Generate an API token in the "API Access" section
4. Copy and save the token (it will only be shown once)
2. Configure Claude Desktop
Add the server to your Claude Desktop config file:
macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`
Windows: `%APPDATA%\Claude\claude_desktop_config.json`
{
"mcpServers": {
"nanana": {
"command": "npx",
"args": ["-y", "@nanana-ai/mcp-server-nano-banana"],
"env": {
"NANANA_API_TOKEN": "your-api-token-here"
}
}
}
}3. Restart Claude Desktop
After saving the config file, restart Claude Desktop to load the MCP server.
Available Tools
text_to_image
Generate an image from a text prompt.
Parameters:
- `prompt` (string, required): The text description of the image to generate
Example:
Generate an image of a cute cat wearing a hatimage_to_image
Transform existing images based on a text prompt.
Parameters:
- `imageUrls` (array of strings, required): 1-9 image URLs to transform
- `prompt` (string, required): The text description of how to transform the images
Example:
Transform these images to look like oil paintings: ["https://example.com/image1.jpg"]Environment Variables
- `NANANA_API_TOKEN` (required): Your Nanana AI API token
- `NANANA_API_URL` (optional): Custom API URL (defaults to https://nanana.app)
Development
Local Testing
1. Clone the repository
2. Install dependencies: `npm install`
3. Build: `npm run build`
4. Test locally by updating Claude Desktop config to point to the built file:
{
"mcpServers": {
"nanana": {
"command": "node",
"args": ["/path/to/packages/mcp-server/dist/index.js"],
"env": {
"NANANA_API_TOKEN": "your-token",
"NANANA_API_URL": "http://localhost:3000"
}
}
}
}Build
npm run buildWatch mode
npm run devCredits and Pricing
Image generation with nano banana consumes credits from your Nanana AI account. Check your dashboard at nanana.app/account to view your credit balance and purchase more credits if needed.
Support
For issues and questions:
- Visit nanana.app
- Email: support@nanana.app
License
MIT
Frequently asked questions
What is mcp-server-nano-banana?
mcp-server-nano-banana is MCP server for Nanana AI image generation powered by Google Gemini's nano banana
How do I install mcp-server-nano-banana?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-server-nano-banana open source?
Yes — it is hosted on GitHub at https://github.com/nanana-app/mcp-server-nano-banana and has 10 stars.
Related MCP tools
A powerful Zotero AI and MCP plugin with ChatGPT, Gemini 3.7, Claude Fable 5, Claude Opus 5, DeepSeek V4, Grok, OpenRouter, Kimi k3, GLM 5.3, SiliconFlow, GPT-oss, Gemma 4, Qwen 3.8
Official remote MCP server for Atlassian. Securely connect Jira, Confluence, Jira Service Management, Bitbucket, and Compass to Claude, ChatGPT, Cursor, VS Code, and other AI tools using OAuth 2.1 or API tokens.
AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Use any LLMs (Large Language Models) for Deep Research. Support SSE API and MCP server.
Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP