Stable Diffusion
Freeby AI Labs
Open-source image generation with SD, SDXL, and SD3 models.
v1.0.0Added Jan 8, 2025
stable-diffusionimagesopen-source
Stable Diffusion MCP Server
Open-source image generation with SD, SDXL, and SD3 models.
Features
- Image generation
- Image-to-image
- Inpainting
- ControlNet
- LoRA support
Installation
{
"mcpServers": {
"stable-diffusion": {
"command": "npx",
"args": ["-y", "mcp-stability"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-stability
Add to claude_desktop_config.json
{
"mcpServers": {
"stable-diffusion": {
"command": "npx",
"args": ["-y", "mcp-stability"]
}
}
}