stability-ai-mcp.md

Stability AI MCP

from"stability-ai"
1.1k

Stable Diffusion and image generation APIs

AI & ML
Stabilityimagesdiffusiongeneration
install.sh
# Clone the repository
$git clone https://github.com/stability-ai/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve