Skip to main content
ClaudeWave

Generate and edit images with Google Gemini (Nano Banana / Nano Banana Pro) via the Gemini API

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptMITActualizado today
ClaudeWave Trust Score
54/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
Flags
  • !No standard license detected
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/chrischall/gemini-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "gemini-mcp": {
      "command": "node",
      "args": ["/path/to/gemini-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/chrischall/gemini-mcp and follow its README for install instructions.

1 items en este repositorio

Generate and edit images with Google Gemini image models via MCP. Use when the user asks to generate, create, or edit images using Gemini or Nano Banana models, wants to produce a consistent set of images from a prompt, or needs to compose/blend multiple images. Triggers on phrases like "generate an image of", "edit this image with Gemini", "create a set of consistent images", "use Nano Banana to make", or any request to produce images via the Gemini image API. Requires the @chrischall/gemini-mcp package installed and the gemini server registered (see Setup below).

Instalar
Casos de uso

Resumen de MCP Servers

# gemini-mcp

[![CI](https://github.com/chrischall/gemini-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/chrischall/gemini-mcp/actions/workflows/ci.yml)
[![npm](https://img.shields.io/npm/v/@chrischall/gemini-mcp)](https://www.npmjs.com/package/@chrischall/gemini-mcp)
[![license](https://img.shields.io/npm/l/@chrischall/gemini-mcp)](LICENSE)

MCP server for Google Gemini image generation and editing. Exposes four tools to Claude over stdio: list available models, generate images from text prompts, edit or compose images with text instructions, and generate a consistent set of images from a master prompt. Images are written to disk by default (path returned) or returned inline as base64. Built on the Gemini v1beta API (`generativelanguage.googleapis.com`) using the Nano Banana / Nano Banana Pro model family.

Developed and maintained by AI (Claude Code).

## Environment Variables

| Variable | Required | Description |
|---|---|---|
| `GEMINI_API_KEY` | Yes | Your Google Gemini API key ([aistudio.google.com/apikey](https://aistudio.google.com/apikey)) |
| `GEMINI_IMAGE_MODEL` | No | Override the default image model (default: `gemini-3-pro-image`) |
| `GEMINI_OUTPUT_DIR` | No | Default directory for generated images (default: current working directory) |
| `GEMINI_INPUT_DIR` | No | Directory to resolve bare input-image filenames against (so `images: ["foo.jpg"]` works) |

## Tools

| Tool | Description |
|------|-------------|
| `gemini_list_models` | List available Gemini image models and the current default |
| `gemini_generate_image` | Generate image(s) from a text prompt |
| `gemini_edit_image` | Edit or compose one or more input images with a text instruction |
| `gemini_generate_set` | Generate a master image plus N consistent images referencing it |
| `gemini_interact` | Multi-turn generation/editing via the Interactions API (Beta); returns an `interaction_id` to refine the same image conversationally |

## Quick Start

```json
{
  "mcpServers": {
    "gemini": {
      "command": "npx",
      "args": ["-y", "@chrischall/gemini-mcp"],
      "env": {
        "GEMINI_API_KEY": "your-api-key-here"
      }
    }
  }
}
```

See [SKILL.md](./SKILL.md) for full usage documentation.

Lo que la gente pregunta sobre gemini-mcp

¿Qué es chrischall/gemini-mcp?

+

chrischall/gemini-mcp es mcp servers para el ecosistema de Claude AI. Generate and edit images with Google Gemini (Nano Banana / Nano Banana Pro) via the Gemini API Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala gemini-mcp?

+

Puedes instalar gemini-mcp clonando el repositorio (https://github.com/chrischall/gemini-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar chrischall/gemini-mcp?

+

Nuestro agente de seguridad ha analizado chrischall/gemini-mcp y le ha asignado un Trust Score de 54/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene chrischall/gemini-mcp?

+

chrischall/gemini-mcp es mantenido por chrischall. La última actividad registrada en GitHub es de today, con 2 issues abiertos.

¿Hay alternativas a gemini-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega gemini-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: chrischall/gemini-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/chrischall-gemini-mcp)](https://claudewave.com/repo/chrischall-gemini-mcp)
<a href="https://claudewave.com/repo/chrischall-gemini-mcp"><img src="https://claudewave.com/api/badge/chrischall-gemini-mcp" alt="Featured on ClaudeWave: chrischall/gemini-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a gemini-mcp