1. generate_image
Generates images using the Flux model based on text prompts.
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.
{
"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": []
}
}
}