hawkymisc/stable-diffusion-mcp
If you are the rightful owner of stable-diffusion-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
StableDiffusion MCP Server enables real-time image generation from natural language instructions using the Model Context Protocol (MCP).
Tools
Functions exposed to the LLM to take actions
generate_image_from_text
Generates an image from a text prompt.
transform_image_from_image
Generates a new image based on an existing image.
switch_model
Switches the StableDiffusion model in use.
list_available_models
Retrieves information on all available models.
check_loading_status
Returns the current model loading progress.
check_system_status
Returns the server's overall processing status.
enqueue_image
Queues a request for image generation from a text prompt.
get_queue_status
Returns the status of requests in the queue.
get_request_status
Returns the status and result of a specified request.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client