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
{
"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