nanana-app/mcp-server-nano-banana
by Various
MCP server for Nanana AI image generation powered by Google Gemini's nano banana
MCP
nanana-app/mcp-server-nano-banana
Added 1 June 2026
Overview
An MCP server that integrates Nanana AI image generation into MCP-compatible clients. It uses Google Gemini's nano banana model to generate images based on text prompts.
Best for
Best for
Developers experimenting with MCP-based image generation
Use cases
- Generate images from text prompts in MCP-compatible IDEs
- Add AI image generation to developer workflows
- Prototype image generation features with minimal setup
How to use
Install
npm install -g @nanana-ai/mcp-server-nano-banana Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "nanana": {\n "command": "npx",\n "args": ["-y", "@nanana-ai/mcp-server-nano-banana"],\n "env": {\n "NANANA_API_TOKEN": "your-api-token-here"\n }\n }\n }\n} Notes
An MCP server that integrates Nanana AI image generation into MCP-compatible clients. It uses Google Gemini’s nano banana model to generate images based on text prompts.
8 stars on GitHub. Last updated 2025-10-12. Licensed MIT.
Use cases
- Generate images from text prompts in MCP-compatible IDEs
- Add AI image generation to developer workflows
- Prototype image generation features with minimal setup
Pros
- Simple integration with MCP ecosystem
- Low barrier to entry for image generation
- Open source with permissive license
Cons
- Very small community (8 stars)
- Limited to one specific model (nano banana)
- Dependency on Google Gemini API availability
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Simple integration with MCP ecosystem
- Low barrier to entry for image generation
- Open source with permissive license
Cons
- Very small community (8 stars)
- Limited to one specific model (nano banana)
- Dependency on Google Gemini API availability
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.