LogoSTMCP
Download
Image-Generation-MCP-Server

Image Generation MCP Server

An MCP server that provides AI-powered image generation capabilities using the Replicate Flux model, enabling Claude Desktop to create images from text prompts with customizable parameters.

Tools

1. generate_image

Generates images using the Flux model based on text prompts.

Open Graph image for Image Generation MCP Server

JSON Config

{
  "mcpServers": {
    "image-gen": {
      "command": "npx",
      "args": ["@gongrzhe/image-gen-server"],
      "env": {
        "REPLICATE_API_TOKEN": "your-replicate-api-token",
        "MODEL": "alternative-model-name"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

Useful Links

Information