Stability AI
🎨 Creative
Full Stable Diffusion image pipeline: generate, edit, upscale, remove backgrounds, outpaint, style and structure control, sketch-to-image. Powered by Stability AI API.
Tags
Tools (12)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"stability-ai": {
"command": "npx",
"args": [
"-y",
"mcp-server-stability-ai"
],
"env": {
"STABILITY_AI_API_KEY": "your-stability-ai-api-key-here"
}
}
}
}