送信

Meltflex - Ai Room Design

@MeltFlexDevs

AI interior design via MCP — restyle rooms, place furniture, and virtually stage spaces from a photo. Generate photorealistic interiors directly from Claude Code, Cursor, or any MCP client.
概要

MeltFlex AI — Room Design MCP

Turn a real room photo into a photorealistic redesign, straight from your AI agent. MeltFlex restyles rooms, places specific furniture, declutters, and virtually stages spaces — interiors, exteriors and gardens.

Setup

  1. Add the server: claude mcp add meltflex -- npx -y meltflex-mcp
  2. Authenticate with your API key (any active MeltFlex subscription — get one at https://www.meltflexai.com/settings): npx -y meltflex-mcp auth mf_sk_...

Tools

  • generate_interior — restyle / redesign / stage a room from a photo (10 credits)
  • check_credits — show your credit balance

Each user connects their own account; generations are billed to their own credits. Docs: https://www.meltflexai.com/mcp

サーバー設定

{
  "mcpServers": {
    "meltflex": {
      "command": "npx",
      "args": [
        "-y",
        "meltflex-mcp"
      ],
      "env": {
        "MELTFLEX_API_KEY": "<YOUR_MELTFLEX_API_KEY>"
      }
    }
  }
}