NanoBridge

NspxMiguel/NanoBridge
★ 0 stars Python AI/LLM Updated 3d ago
Gemini's Nano Banana image generation wired into agents as an MCP server and a CLI, using the Gemini plan you already have
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nanobridge": {
      "command": "uvx",
      "args": [
        "nanobridge"
      ]
    }
  }
}

Or install with pip: pip install nanobridge

README Excerpt

Gemini's **Nano Banana** image generation, wired into agents as an **MCP server** and a **CLI** — using the Gemini plan the account already has, not a per-image bill. ```bash nanobridge sprite "a small knight with a blue shield and a silver sword" --size 160 ``` <p align="center"> <img src="assets/knight.png" width="160" alt="generated knight sprite">

Tools (1)

GEMINI_API_KEY