mcp.film

mcp.film / Image Generation / Stability AI MCP Server

Stability AI MCP Server

Communityby Community (tadasant)freemiumverified Aug 27, 2026

Stability platform API as 12 MCP tools: SD3.5 gen, inpaint, outpaint, upscale.

What it does

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.

Connect

Claude Code
claude mcp add stability -e STABILITY_AI_API_KEY=YOUR_KEY -- npx -y mcp-server-stability-ai
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "stability-ai": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-stability-ai"
      ],
      "env": {
        "STABILITY_AI_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "stability-ai": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-stability-ai"
      ],
      "env": {
        "STABILITY_AI_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Auth: api_key · env STABILITY_AI_API_KEYhttps://platform.stability.ai/account/keys

Tools you'll see

generate-imagegenerate-image-sd35outpaintsearch-and-replacesearch-and-recolorremove-backgroundreplace-background-and-relightupscale-creative

Field notes

MIT, 84 stars, not archived; unaffiliated with Stability AI, which still ships no official MCP — every Stability server on the market is a community wrapper, and this is the one with the deepest tool coverage. Aging: npm latest is still 0.2.0 from Mar 2025 and the last commit landed Jun 2025 — fourteen months cold, though the REST API it wraps has not moved under it. Supports IMAGE_STORAGE_DIRECTORY for writing outputs to disk. Per-tool cost runs roughly $0.01-$0.25 in Stability credits; confirm current rates at platform.stability.ai.

Pairs well with