{
  "slug": "stability-ai",
  "name": "Stability AI MCP Server",
  "vendor": "Community (tadasant)",
  "official": false,
  "category": "image-generation",
  "featured": false,
  "tagline": "Stability platform API as 12 MCP tools: SD3.5 gen, inpaint, outpaint, upscale.",
  "description": "Community wrapper for Stability AI's hosted REST API: SD3.5 and Core generation plus a deep editing kit — outpainting, search-and-replace, search-and-recolor, background replace with relighting, sketch/style/structure control and fast or creative 4x upscaling. A capable, cheap stills and plate-fixing tool for film agents.",
  "capabilities": [
    "text-to-image",
    "inpainting",
    "outpainting",
    "background-removal",
    "relighting",
    "style-structure-control",
    "upscaling"
  ],
  "tools_sample": [
    "generate-image",
    "generate-image-sd35",
    "outpaint",
    "search-and-replace",
    "search-and-recolor",
    "remove-background",
    "replace-background-and-relight",
    "upscale-creative"
  ],
  "install": {
    "claude_code": "claude mcp add stability -e STABILITY_AI_API_KEY=YOUR_KEY -- npx -y mcp-server-stability-ai",
    "remote_url": null,
    "stdio_command": "npx -y mcp-server-stability-ai"
  },
  "auth": {
    "type": "api_key",
    "env_var": "STABILITY_AI_API_KEY",
    "key_url": "https://platform.stability.ai/account/keys (25 free credits, then $0.01/credit)"
  },
  "pricing": "freemium",
  "links": {
    "repo": "https://github.com/tadasant/mcp-server-stability-ai",
    "docs": null,
    "site": null
  },
  "added": "2026-06-11",
  "verified": "2026-06-11",
  "notes": "MIT, 83 stars; not affiliated with Stability AI (no official Stability MCP exists). Last release Mar 2025 — aging but the API surface it wraps is stable; per-tool costs $0.01-$0.25."
}