MeltFlex AI for Grok
io.github.meltflexdevs/meltflex
AI interior design — restyle rooms, place furniture, and virtually stage spaces from a photo.
client:Grok
transport:stdio
runtime:npm
Install MeltFlex AI in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"meltflex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"meltflex-mcp"
],
"env": {
"MELTFLEX_API_KEY": "<MELTFLEX_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs