Skip to content
Windsurf

MCP Imagenate for Windsurf

io.github.mimo-3/mcp-imagenate

MCP server for image generation using multiple providers (Google Gemini, OpenAI, BFL FLUX)

client:Windsurf transport:stdio runtime:npm

Install MCP Imagenate in Windsurf

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

{
  "mcpServers": {
    "mcp-imagenate": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-imagenate"
      ]
    }
  }
}

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

MCP Imagenate in other clients