Odel
MeltFlex AI

MeltFlex AI

Local
@meltflexdevs1JavaScriptMITUpdated 3 days ago

AI interior design — restyle rooms, place furniture, and virtually stage spaces from a photo.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmeltflex-mcpv0.2.1

Run

npx -y meltflex-mcp

MCP client config

{
  "mcpServers": {
    "meltflex-ai": {
      "command": "npx",
      "args": [
        "-y",
        "meltflex-mcp"
      ]
    }
  }
}