MCP Directory
Back

Nano-Banana-MCP

by ConechoAI · JavaScript · ★ 202

A Nano Banana MCP server, which you can integrate to cursor/claude code and any mcp client

Install

npx -y github:ConechoAI/Nano-Banana-MCP

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "nano-banana-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:ConechoAI/Nano-Banana-MCP"
      ]
    }
  }
}

From the README

> **🤖 This project was entirely generated by [Claude Code](https://claude.ai/code)** - an AI coding assistant that can create complete, production-ready applications from scratch. A Model Context Protocol (MCP) server that provides AI image generation and editing capabilities using Google's Gemini 2.5 Flash Image API. Generate stunning images, edit existing ones, and iterate on your creations with simple text prompts. - 🎨 **Generate Images**: Create new images from text descriptions - ✏️ **Edit Images**: Modify existing images with text prompts - 🔄 **Iterative Editing**: Continue edit…
Read full README on GitHub →

Related other servers