About
Overview
The Stability AI MCP Server enables AI agents to generate and manipulate images using Stability AI's suite of models. It provides tools for text-to-image generation, image-to-image transformation, inpainting, and upscaling.
Capabilities
Tools & Capabilities
⚡text_to_image
Generate an image from a text prompt
⚡image_to_image
Transform an existing image
⚡inpaint
Edit parts of an image using a mask
⚡upscale
Upscale an image to higher resolution
Setup
Installation
bash
Install
npx -y mcp-server-stabilityExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"stability": {
"command": "npx",
"args": ["-y", "mcp-server-stability"],
"env": {
"STABILITY_API_KEY": "your-api-key"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 80
Last UpdatedFeb 12, 2026