stablemcp
If you are the rightful owner of stablemcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
StableMCP is a Model Context Protocol (MCP) server designed for generating images using Stable Diffusion.
StableMCP is a server implementation that leverages the Model Context Protocol (MCP) to facilitate image generation using Stable Diffusion models. It provides a JSON-RPC 2.0 based API endpoint, allowing users to generate images with customizable parameters such as size, style, and prompt. The server supports API key authentication, configurable image settings, and includes features like rate limiting and request validation. It is built with extensibility in mind, allowing for the addition of new tools and capabilities. The server is implemented in Go and requires a running Stable Diffusion API for operation.
Features
- JSON-RPC 2.0 based Model Context Protocol (MCP) implementation
- MCP-compliant API endpoint for image generation
- Integration with Stable Diffusion image generation models
- Support for various image parameters (size, style, prompt)
- API key authentication (optional)