Back to Browse

Skills MCP Server

Developer ToolsLow Risk9.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (3 strong, 3 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

7 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Your MeltFlex API key (mf_sk_...). Requires an active MeltFlex subscription — generate a key at https://www.meltflexai.com/settings.Required

Environment variable: MELTFLEX_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-meltflexdevs-meltflex": {
      "env": {
        "MELTFLEX_API_KEY": "your-meltflex-api-key-here"
      },
      "args": [
        "-y",
        "meltflex-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

MeltFlex AI Skills

License: MIT Version Skills Website

AI agent skills for photorealistic interior and exterior design via MeltFlex AI — restyle rooms, place real furniture, swap floors, walls, stairs, doors and windows, redesign kitchens, bathrooms, facades and gardens, and turn 3D drafts into photos, all from a single photo. Also produces cinematic video walkthroughs and 3D models from 2D floorplans. Works with Claude Code, Hermes, Cursor, Codex, and other AI agents that load Markdown-based skills or speak MCP.

Each user authenticates with their own MeltFlex API key; every generation is billed to their account credits. The skills call the public MeltFlex API directly, so there's nothing extra to install.

Install

Pick one. Each method sets up the skills for your agent.

npx skills — recommended, cross-agent

npx skills add MeltFlexDevs/skills

GitHub CLI (v2.90+)

gh skill install MeltFlexDevs/skills

Claude Code marketplace

Inside Claude Code:

/plugin marketplace add MeltFlexDevs/skills
/plugin install meltflex@meltflex

Setup script

Universal fallback:

git clone --depth 1 https://github.com/MeltFlexDevs/skills.git
cd skills
./setup

More options in INSTALL.md. Agent-driven install (paste into your agent): INSTALL_FOR_AGENTS.md.

Authenticate

You need an active subscription (any paid plan) — without one the key won't work. After subscribing at https://www.meltflexai.com/settings, open account settingsAPI Key under Profile, then Generate API Key (shown once — copy it):

Then expose it:

export MELTFLEX_API_KEY="mf_sk_xxxxxxxxxxxx"

Use with Hermes

Hermes (Nous Research) speaks MCP, so it runs MeltFlex through the meltflex-mcp server.

From the catalog (once merged into the Hermes catalog):

hermes mcp install meltflex

Manually — sign in once, then add the server to ~/.hermes/config.yaml:

npx -y meltflex-mcp auth login
mcp_servers:
  meltflex:
    command: npx
    args: ["-y", "meltflex-mcp"]

Start hermes chat (or run /reload-mcp in a session) to load the generate_interior, generate_video, floorplan_to_3d and check_credits tools. Full guide: https://www.meltflexai.com/mcp.

Skills

SkillInvokeDescription
meltflex-design/meltflex:designRestyle a room, facade or garden; swap floors, walls, stairs, doors or windows; redesign a kitchen or bathroom; boost a layout; turn a 3D draft into a photo. 15 prompt-driven modes, plus video walkthroughs and floorplan→3D via the API.
meltflex-furniture/meltflex:furniturePlace specific real furniture/decor products into a room photo, matching their exact colors, materials, and proportions (up to 10 reference items).

Both skills are self-contained: a room photo in, a photorealistic redesign out, 10 credits per generation (auto-refunded on failure).

Modes

meltflex-design — 15 modes, each the same endpoint with a mode-tuned prompt:

ModeWhat it's for
restyleChange a room's style or theme
virtual_stagingFurnish an empty room
layout_boostRearrange existing furniture into a better layout
declutterClean up / depersonalize a space
exteriorBuilding facade / house exterior
gardenLandscaping and outdoor design
wall_textureChange wall material or finish
floor_restyleChange the flooring
stairsRestyle a staircase in place
doorsSwap interior doors
windowsSwap window frames / glazing
kitchenWhole kitchen redesign
bathroomWhole bathroom redesign
photo_to_renderTurn a 3D draft / SketchUp shot into a photo
seasonalTime-of-day / seasonal / lighting variation

Two more capabilities go beyond stills, using the same API key: a cinematic video walkthrough (POST /api/v1/video) and a 2D floorplan → 3D model (POST /api/v1/floorplan-to-3d). See the design skill and the API docs.

Quick Reference

What you wantSkillNote
Restyle a room from a photomeltflex-designPick a mode, write a specific prompt
Furnish an empty roommeltflex-designvirtual_staging mode
Place a specific sofa/bed/tablemeltflex-furniturePass product images as references
Redesign a house exterior or gardenmeltflex-designexterior / garden mode
Swap flooring or wall finishmeltflex-designfloor_restyle / wall_texture (attach the material as a reference)
Restyle stairs, doors or windowsmeltflex-designstairs / doors / windows mode
Redesign a kitchen or bathroommeltflex-designkitchen / bathroom mode
Turn a 3D draft into a photomeltflex-designphoto_to_render mode
Cinematic video walkthroughmeltflex-designPOST /api/v1/video (100–150 credits)
2D floorplan → 3D modelmeltflex-designPOST /api/v1/floorplan-to-3d (10 credits)
Check credit balancemeltflex credits (CLI) or the MCP check_credits tool

Going further

Security

The skills never contain a key. Each user supplies their own mf_sk_ key via MELTFLEX_API_KEY; generations spend that user's own credits. Credits, auth, and rate limits are all enforced server-side. Never commit your key — revoke it anytime in settings.

License

MIT — see LICENSE. Contributions welcome — see CONTRIBUTING.md.

Reviews

No reviews yet

Be the first to review this server!