mcpbeat Sign in

MeltFlex AI MCP Server

local only

MeltFlex AI runs on your own machine — the client starts it, so there is no endpoint to ping. 82 installs a week from npm. Last commit 4 Sep 2026.

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

Installs per day peak 261 · avg 20 · -24% w/w
a month agotoday
82
Installs / week
npm · meltflex-mcp
1
Stars
0 open issues
4 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command mcpb/server/auth-login.js:75
        spawn(cmd, args, { stdio: 'ignore', detached: true }).unref();

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add meltflex -- npx -y meltflex-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "meltflex": {
      "args": [
        "-y",
        "meltflex-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.meltflex]
command = "npx"
args = ["-y", "meltflex-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "meltflex": {
      "args": [
        "-y",
        "meltflex-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "meltflex": {
      "args": [
        "-y",
        "meltflex-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MELTFLEX_API_KEY (Your MeltFlex API key (mf_sk_...). Requires an active MeltFlex subscription — generate a key at https://www.meltflexai.com/settings.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MeltFlex AI

same job, measured the same way
AI HomeDesign MCP
by aihomedesign

MCP server to virtually stage, redesign, enhance and declutter real-estate photos.

20 tools answering
Roomvana MCP
by tjldc

Explore Roomvana room types and styles, then open a link to redesign a room from a photo.

3 tools answering
AI Room Design MCP
by rocnubie

AI Room Design helps users redesign rooms and visualize new interior layouts with AI-generated

local only
ImmoStage Virtual Staging
by larrywalkerdev

AI virtual staging for real estate — stage rooms, beautify floor plans, classify images.

answering
Dream Home Design
by damdafayton

Redesign interiors and exteriors instantly using AI. Turn sketches into realistic home designs.

answering
Taste Bank
by quasarg

Reusable visual design systems for AI coding agents — browse, fetch, and submit styles via MCP.

local only
AiDOOS Virtual Delivery Center
by aidoos

Plan a Virtual Delivery Center for any initiative: pods, roles, AI agents, Delivery Units.

5 tools answering
Windframe
by devwares-team

Provides style context & tokens to design or restyle web UIs in any framework

answering

MeltFlex AI — questions

Answers built from our own checks of this server.

Why is there no uptime for MeltFlex AI?
MeltFlex AI runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package meltflex-mcp was installed 82 times last week.
How do I connect MeltFlex AI?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls meltflex-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use MeltFlex AI?
The npm package meltflex-mcp was installed 82 times in the last week. Week over week that is -24%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MeltFlex AI open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.