Skip to main content
ClaudeWave

MCP server for Roomvana — browse room types & design styles and get a direct link to the Roomvana AI interior-design studio at https://roomvana.ai

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/12/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/TJLDC/roomvana-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "roomvana-mcp": {
      "command": "node",
      "args": ["/path/to/roomvana-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/TJLDC/roomvana-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# Roomvana MCP server

An [MCP](https://modelcontextprotocol.io) server for **[Roomvana](https://roomvana.ai)** — 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](https://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

| Tool | What it does |
| --- | --- |
| `list_design_styles` | Lists the design styles Roomvana can render (modern, japandi, industrial, coastal, …), each with a short description. |
| `list_room_types` | Lists the rooms and outdoor spaces Roomvana can redesign — interior rooms, house exterior, and garden/patio/backyard. |
| `design_a_room` | Returns a [roomvana.ai](https://roomvana.ai) studio link with the chosen room and style pre-selected; validates both against Roomvana's live catalog. |

## Install

Requires Node.js 18+.

```json
{
  "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

```bash
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

- Website: https://roomvana.ai
- Design studio: https://roomvana.ai/design

## License

MIT
aihome-designinterior-designmcpmcp-servermodel-context-protocolroomvana

What people ask about roomvana-mcp

What is TJLDC/roomvana-mcp?

+

TJLDC/roomvana-mcp is mcp servers for the Claude AI ecosystem. MCP server for Roomvana — browse room types & design styles and get a direct link to the Roomvana AI interior-design studio at https://roomvana.ai It has 0 GitHub stars and its last recorded update is dated 2026-09-11.

How do I install roomvana-mcp?

+

You can install roomvana-mcp by cloning the repository (https://github.com/TJLDC/roomvana-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is TJLDC/roomvana-mcp safe to use?

+

Our security agent has analyzed TJLDC/roomvana-mcp and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains TJLDC/roomvana-mcp?

+

TJLDC/roomvana-mcp is maintained by TJLDC. The last recorded GitHub activity is dated 2026-09-11, with 0 open issues.

Are there alternatives to roomvana-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy roomvana-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: TJLDC/roomvana-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/tjldc-roomvana-mcp)](https://claudewave.com/repo/tjldc-roomvana-mcp)
<a href="https://claudewave.com/repo/tjldc-roomvana-mcp"><img src="https://claudewave.com/api/badge/tjldc-roomvana-mcp" alt="Featured on ClaudeWave: TJLDC/roomvana-mcp" width="320" height="64" /></a>

More MCP Servers

roomvana-mcp alternatives