Skip to main content
ClaudeWave
TJLDC avatar
TJLDC

roomvana-mcp

Ver en GitHub

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 ServersRegistry oficial0 estrellas0 forksTypeScriptMITActualizado 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.
Casos de uso

Resumen de MCP Servers

# 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

Lo que la gente pregunta sobre roomvana-mcp

¿Qué es TJLDC/roomvana-mcp?

+

TJLDC/roomvana-mcp es mcp servers para el ecosistema de Claude AI. 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 Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-11.

¿Cómo se instala roomvana-mcp?

+

Puedes instalar roomvana-mcp clonando el repositorio (https://github.com/TJLDC/roomvana-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar TJLDC/roomvana-mcp?

+

Nuestro agente de seguridad ha analizado TJLDC/roomvana-mcp y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene TJLDC/roomvana-mcp?

+

TJLDC/roomvana-mcp es mantenido por TJLDC. La última actividad registrada en GitHub es del 2026-09-11, con 0 issues abiertos.

¿Hay alternativas a roomvana-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega roomvana-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a roomvana-mcp