I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

Gongrzhe_image-Generation-MCP-server
Espejo dehttps: //github.com/gongrzhe/image-generation-mcp-server
3 years
Works with Finder
0
Github Watches
1
Github Forks
0
Github Stars
Image Generation MCP Server
This MCP server provides image generation capabilities using the Replicate Flux model.
Setup
- On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"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": []
}
}
}
- Get your Replicate API token:
- Sign up/login at https://replicate.com
- Go to https://replicate.com/account/api-tokens
- Create a new API token
- Copy the token and replace
your-replicate-api-token
in the MCP settings
Environment Variables
-
REPLICATE_API_TOKEN
(required): Your Replicate API token for authentication -
MODEL
(optional): The Replicate model to use for image generation. Defaults to "black-forest-labs/flux-schnell"
Configuration Parameters
-
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.
Available Tools
generate_image
Generates images using the Flux model based on text prompts.
Parameters
-
prompt
(required): Text description of the image to generate -
seed
(optional): Random seed for reproducible generation -
aspect_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)
Example Usage
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.
📜 License
This project is licensed under the MIT License.
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
Therapist adept at identifying core issues and offering practical advice with images.
Take an adjectivised noun, and create images making it progressively more adjective!
Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.
Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx
Una puerta de enlace de API unificada para integrar múltiples API de explorador de blockchain similar a Esterscan con soporte de protocolo de contexto modelo (MCP) para asistentes de IA.
Espejo dehttps: //github.com/agentience/practices_mcp_server
Espejo de https: //github.com/bitrefill/bitrefill-mcp-server
Servidor MCP para obtener contenido de la página web con el navegador sin cabeza de dramaturgo.
Reviews

user_7sH9AIhS
As a dedicated user of the GongRzhe_Image-Generation-MCP-Server by MCP-Mirror, I must say it's an outstanding tool for image generation. The seamless integration and efficient performance have significantly enhanced my workflow. The GitHub repository is well-maintained and the community support is impressive. Highly recommended for anyone looking into advanced image generation solutions.