Skip to content
Windsurf

gemini mcp for Windsurf

io.github.chrischall/gemini-mcp

Generate and edit images with Google Gemini (Nano Banana / Nano Banana Pro) image models.

client:Windsurf transport:stdio runtime:npm

Install gemini mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "gemini-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@chrischall/gemini-mcp"
      ],
      "env": {
        "GEMINI_API_KEY": "<GEMINI_API_KEY>",
        "GEMINI_IMAGE_MODEL": "<GEMINI_IMAGE_MODEL>",
        "GEMINI_OUTPUT_DIR": "<GEMINI_OUTPUT_DIR>",
        "GEMINI_INPUT_DIR": "<GEMINI_INPUT_DIR>",
        "GEMINI_UPLOAD_DIR": "<GEMINI_UPLOAD_DIR>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

gemini mcp in other clients