Odel
Reel Estate MCP

Reel Estate MCP

Local
@tryreelestateTypeScriptMITUpdated 2mo ago

Turn real-estate listing photos into property videos from your AI assistant.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmreel-estate-mcpv0.3.4

Run

npx -y reel-estate-mcp

MCP client config

{
  "mcpServers": {
    "reel-estate-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "reel-estate-mcp"
      ]
    }
  }
}