nano-banana-2-mcp-rs

whatnick/nano-banana-2-mcp-rs
★ 1 stars Rust AI/LLM Updated 1d ago
Rust MCP server for Google Gemini image generation (Nano Banana 2)
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": {
    "nano-banana-2-mcp-rs": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "nano-banana-2-mcp-rs"
      ]
    }
  }
}

README Excerpt

A Rust MCP server for Google Gemini image generation (Nano Banana 2). Equivalent to the TypeScript [nano-banana-2-mcp](https://www.npmjs.com/package/nano-banana-2-mcp) but as a single static binary. - **generate_image** — Create new images from text prompts - **edit_image** — Modify existing images with text instructions