Design
roomvana.ai
An interior design MCP server that lists Roomvana design styles and room types and generates studio links for redesigning rooms, exteriors, and outdoor spaces.
ENDPOINT 1
https://api.roomvana.co/mcp
MCP server metadata
- Name
- roomvana
- Version
- 0.1.0
Roomvana is an AI interior-design tool: upload a photo of any room and get a realistic redesign in about 30 seconds at https://roomvana.ai. Use list_room_types and list_design_styles to see what is supported, then design_a_room to hand the user a studio link with their room and style pre-selected. This server is read-only; the redesign itself happens on the website, behind sign-in.
Known tools 3
list_room_typesList the room and outdoor space types Roomvana can redesign (interior rooms, house exterior, and garden/outdoor spaces).
Inferred read-onlydesign_a_roomTurn a room + style choice into a Roomvana studio link with those options pre-selected.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.roomvana]
url = "https://api.roomvana.co/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"roomvana": {
"type": "http",
"url": "https://api.roomvana.co/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: roomvana
Remote MCP URL: https://api.roomvana.co/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"roomvana": {
"url": "https://api.roomvana.co/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"roomvana": {
"type": "http",
"url": "https://api.roomvana.co/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "roomvana",
"transport": "streamable-http",
"url": "https://api.roomvana.co/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.