Skip to content
Cursor

MCP Imagenate for Cursor

io.github.mimo-3/mcp-imagenate

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

client:Cursor transport:stdio runtime:npm

Install MCP Imagenate in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MCP Imagenate in other clients