Server Directory
AI & LLMIntermediate

Stability AI (Stable Diffusion)

by tadasant

MCP server for Stability AI's Stable Diffusion. Generate, edit, and upscale images through official Stability AI REST API with commercial licensing.

CAPABILITIES

  • Text-to-image generation
  • Image-to-image editing
  • Upscaling and enhancement
  • Style transfer
  • Inpainting and outpainting
  • Commercial licensing

INSTALLATION

Terminal
npx -y @tadasant/mcp-stability

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "stability-ai": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""@tadasant/mcp-stability"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
AI & LLM
Difficulty
Intermediate
Maintained By
tadasant
NPM Package
@tadasant/mcp-stability

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →