Roomvana MCP server

MCP serverMedia

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

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use Roomvana MCP server to list design styles

From the project's README

As published by tjldc/roomvana-mcp in README.md.

An MCP server for Roomvana — AI interior design. It lets an AI assistant browse the room types and design styles Roomvana supports and hand the user a studio link with their choices pre-selected. Upload a photo of any room and get a realistic redesign in about 30 seconds at roomvana.ai.

Read-only and no sign-in required: this server never uploads photos or spends credits. The actual redesign happens on the website.

Tools

ToolWhat it does
list_design_stylesLists the design styles Roomvana can render (modern, japandi, industrial, coastal, …), each with a short description.
list_room_typesLists the rooms and outdoor spaces Roomvana can redesign — interior rooms, house exterior, and garden/patio/backyard.
design_a_roomReturns a roomvana.ai studio link with the chosen room and style pre-selected; validates both against Roomvana's live catalog.

Install

Requires Node.js 18+.

{
  "mcpServers": {
    "roomvana": {
      "command": "npx",
      "args": ["-y", "roomvana-mcp"]
    }
  }
}

Add that to your MCP client config (Claude Desktop: claude_desktop_config.json; other clients: their MCP config file), then restart the client.

From source

npm install
npm run build
npm start

Example

"I want to redo my bedroom in a japandi style."

The assistant calls design_a_room with room=bedroom, style=japandi and returns:

https://roomvana.ai/design?room=bedroom&style=japandi

Open it, upload a photo of the room, and generate a redesign. Your walls, windows and layout stay put — only the look changes.

How it works

The list of supported rooms and styles is fetched live from Roomvana's public catalog endpoint (https://api.roomvana.co/options), so the server never offers something Roomvana can't render. If that endpoint is unreachable, it falls back to a bundled snapshot.

Links

License

MIT

Tools it offers (3)

What this server listed when ahel dialed its public endpoint in Sep 2026, with no key and no account of yours. The names are the server’s own.

  • list_design_styles
  • list_room_types
  • design_a_room

Signals

Last commit
Sep 2026
Advanced
Delivery
roomvana-mcp MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
io-github-tjldc-roomvana-mcp
Source
github.com/tjldc/roomvana-mcp
Hosted endpoint
https://api.roomvana.co/mcp