Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. MeltFlex AI
M
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:07:35 AM

MeltFlex AI

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "meltflex-ai": {
      "command": "npx",
      "args": [
        "-y",
        "meltflex-ai"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

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.

Interior design β€” empty room to a fully furnished, photorealistic redesign
Floor restyle β€” upload a material and it is applied to your room
Garden design β€” a plain patio restyled into a Mediterranean garden

Interior redesign Β· floor restyle from a material Β· garden design β€” a few of the 15 modes, all from one photo.

Install

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

npx skills β€” recommended, cross-agent

Terminal
npx skills add MeltFlexDevs/skills

GitHub CLI (v2.90+)

bash
gh skill install MeltFlexDevs/skills

Claude Code marketplace

Inside Claude Code:

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

Setup script

Universal fallback:

bash
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 settings β†’ API Key under Profile, then Generate API Key (shown once β€” copy it):

Settings β€” click API Key Generate API Key

Then expose it:

server.ts
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):

bash
hermes mcp install meltflex

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

Terminal
npx -y meltflex-mcp auth login
yaml
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 balanceβ€”meltflex credits (CLI) or the MCP check_credits tool

Going further

  • API docs: https://www.meltflexai.com/api
  • CLI: https://www.meltflexai.com/cli β€” meltflex generate from your terminal
  • MCP server: https://www.meltflexai.com/mcp β€” npx -y meltflex-mcp
  • Cookbook: COOKBOOK.md

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.

Related MCP Servers

View all in Developer Tools View all alternatives
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Shadcn Ui Mcp Server logoShadcn Ui Mcp Server

    MCP server that gives AI assistants seamless access to shadcn/ui v4 components, blocks, demos, and metadata.

    πŸ’» Developer Tools2 views
    Compare vs Shadcn Ui Mcp Server β†’
  • A
    Ai Test Process Mcp

    AI-assisted MCP server for JSTQB-based test planning, design, review, and analysis.

    πŸ’» Developer Tools0 views
    Compare vs Ai Test Process Mcp β†’

Frequently Asked Questions about MeltFlex AI

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "meltflex-ai": { "command": "npx", "args": ["-y", "MeltFlex AI"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMeltFlex AI AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/meltflex-ai?style=directory)](https://allmcps.com/mcp/meltflex-ai)
HTML Embed
<a href="https://allmcps.com/mcp/meltflex-ai"><img src="https://allmcps.com/api/badge/meltflex-ai?style=directory" alt="MeltFlex AI on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/5 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to MeltFlex AI β†’Install in Claude DesktopInstall in CursorInstall in VS Code