ThomasGorisse/realestate-mcp
MCP server for real estate agents — 3D virtual tours, floor plans, AI property descriptions, staging suggestions
Platform-specific configuration:
{
"mcpServers": {
"realestate-mcp": {
"command": "npx",
"args": [
"-y",
"realestate-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> Disclaimer: This tool provides estimates and suggestions for informational purposes only. It does not constitute professional real estate, legal, financial, tax, or architectural advice. Always consult a licensed real estate professional before making property decisions. All generated content (descriptions, floor plans, valuations, neighborhood data) must be verified independently. See TERMS.md and PRIVACY.md.
MCP server for real estate agents — 3D virtual tours, SVG floor plans, AI-optimized property descriptions, staging suggestions, neighborhood analysis, and 3D model previews.
| Tool | Description | |---|---| | generate_floor_plan | Generate an SVG floor plan from room dimensions and types | | create_virtual_tour | Create an embeddable 3D virtual tour from room descriptions and photos | | property_description | Generate optimized listings for MLS, social media, luxury, and investor audiences | | staging_suggestions | Suggest virtual staging options with furniture, decor, placement, and cost estimates | | neighborhood_analysis | Comprehensive neighborhood summary — walk score, schools, transit, demographics, safety, market | | render_property_preview | Generate an embeddable 3D model-viewer HTML snippet with AR support |
Add to your claude_desktop_config.json:
{
"mcpServers": {
"realestate-mcp": {
"command": "npx",
"args": ["realestate-mcp"]
}
}
}{
"mcpServers": {
"realestate-mcp": {
"command": "npx",
"args": ["realestate-mcp"],
"env": {
"REALESTATE_MCP_API_KEY": "your-api-key"
}
}
}
}Generate a floor plan for a 2-bedroom apartment:
- Living room: 5m x 4m
- Kitchen: 3m x 3m
- Bedroom 1: 4m x 3.5m
- Bedroom 2: 3.5m x 3m
- Bathroom: 2.5m x 2mLoading reviews...