This MCP server provides image generation capabilities using the Replicate Flux model.
This MCP server provides image generation capabilities using the Replicate Flux model.
{
"mcpServers": {
"image-gen": {
"command": "node",
"args": ["/path/to/image-gen-server/build/index.js"],
"env": {
"REPLICATE_API_TOKEN": "your-replicate-api-token",
"MODEL": "alternative-model-name"
},
"disabled": false,
"autoApprove": []
}
}
}
your-replicate-api-token in the MCP settingsREPLICATE_API_TOKEN (required): Your Replicate API token for authenticationMODEL (optional): The Replicate model to use for image generation. Defaults to “black-forest-labs/flux-schnell”disabled: Controls whether the server is enabled (false) or disabled (true)autoApprove: Array of tool names that can be executed without user confirmation. Empty array means all tool calls require confirmation.Generates images using the Flux model based on text prompts.
prompt (required): Text description of the image to generateseed (optional): Random seed for reproducible generationaspect_ratio (optional): Image aspect ratio (default: “1:1”)output_format (optional): Output format - “webp”, “jpg”, or “png” (default: “webp”)num_outputs (optional): Number of images to generate (1-4, default: 1)const result = await use_mcp_tool({
server_name: "image-gen",
tool_name: "generate_image",
arguments: {
prompt: "A beautiful sunset over mountains",
aspect_ratio: "16:9",
output_format: "png",
num_outputs: 1
}
});
The tool returns an array of URLs to the generated images.
This project is licensed under the MIT License.
Mcp Crypto Price
A Model Context Protocol (MCP) server that provides real-time cryptocurrency analysis via CoinCap's API. Enables Claude and other MCP clients to fetch crypto prices, analyze market trends, and track historical data.
Mcp Api Expert
MCP server that enables MCP to make REST API calls
Audius Mcp Atris
Model Context Protocol server for Audius. Perform market research, purchase premium tracks, upload songs, and much more!