Skip to content
Cursor

MeltFlex AI for Cursor

io.github.meltflexdevs/meltflex

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

client:Cursor transport:stdio runtime:npm

Install MeltFlex AI in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MeltFlex AI in other clients