- Reel Estate Mcp
Reel Estate Mcp
Turn real-estate listing photos into cinematic property videos — right from your AI assistant.
reel-estate-mcp is the official Reel Estate MCP server. It connects Claude, Cursor, and any MCP-compatible client to your Reel Estate account so you can generate motion clips, AI-edit photos, add voiceover, and render finished listing videos — all in plain language.
Sign in once through your browser (OAuth + PKCE — no API keys, no secrets), and every call is proxied through Reel Estate's backend, which stays the single authority for auth, plans, and permissions. Its one bridge superpower on top of that: it reads local image files from disk and streams them straight into a project — something a purely remote server can't do.
What you can do
- 🎬 Generate real-estate videos — animate photos into clips, then render the movie
- 🖼️ AI photo editing — virtual staging, twilight conversion, upscale, seasonal, replace/remove/add
- 🎙️ Voiceover & timeline — narration, music, overlays, reordering
- 📤 Local uploads — push photos from disk into a project
- 🔐 Browser sign-in — public OAuth client + PKCE; nothing secret stored
- 🤖 Works with Claude Code, Claude Desktop, and Cursor
Install (Claude Code)
claude mcp add reel-estate -- npx -y reel-estate-mcp
Or add to your client's MCP config
{
"mcpServers": {
"reel-estate": {
"command": "npx",
"args": ["-y", "reel-estate-mcp"]
}
}
}
Nothing to clone or build — your client launches it on demand via npx (needs Node.js 18+). The first tool call opens your browser to sign in; then just ask: "Create a project for 123 Main St, virtually stage the living room, generate a drone clip, and render in 9:16."
Start with the whoami tool to confirm auth and see your plan. A free Reel Estate account is read-only over MCP; creating, generating, and rendering require a paid plan. → Get started at tryreelestate.com
Server Config
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
"name": "com.tryreelestate/reel-estate-mcp",
"description": "Turn real-estate listing photos into property videos from your AI assistant.",
"website_url": "https://tryreelestate.com/mcp",
"status": "active",
"repository": {
"url": "https://github.com/TryReelEstate/reel-estate-mcp",
"source": "github"
},
"version": "0.3.4",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "reel-estate-mcp",
"version": "0.3.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "MCP_SERVER_URL",
"description": "Backend origin hosting the /mcp endpoint. Defaults to Reel Estate production (https://api.tryreelestate.com); set to a staging or self-hosted backend to override.",
"isRequired": false,
"isSecret": false
},
{
"name": "MCP_OAUTH_CLIENT_ID",
"description": "Public OAuth client id (PKCE, no secret). Auto-selected per backend host by default; set only when pointing at a backend on a different Clerk instance.",
"isRequired": false,
"isSecret": false
},
{
"name": "MCP_OAUTH_CALLBACK_PORT",
"description": "Loopback port the browser is redirected to after sign-in. Defaults to 8765.",
"isRequired": false,
"isSecret": false
},
{
"name": "MCP_OAUTH_STORE_DIR",
"description": "Directory where OAuth tokens are cached. Defaults to ~/.reel-estate-mcp.",
"isRequired": false,
"isSecret": false
},
{
"name": "MCP_OAUTH_SCOPE",
"description": "Optional OAuth scope override. Omitted by default (negotiated from server metadata).",
"isRequired": false,
"isSecret": false
},
{
"name": "MCP_READONLY",
"description": "Set to 1/true to block all mutating (non-GET) tool calls.",
"isRequired": false,
"isSecret": false
}
]
}
]
}Recommend Servers
View AllA Serper MCP Server
summarize chat message
Write notes to Flomo