reel-estate-mcp
About
Turn real-estate listing photos into property videos from your AI assistant.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
MCP_SERVER_URL MCP_OAUTH_CLIENT_ID MCP_OAUTH_CALLBACK_PORT MCP_OAUTH_STORE_DIR MCP_OAUTH_SCOPE MCP_READONLYClaude Code
claude mcp add --env MCP_SERVER_URL= --env MCP_OAUTH_CLIENT_ID= --env MCP_OAUTH_CALLBACK_PORT= --env MCP_OAUTH_STORE_DIR= --env MCP_OAUTH_SCOPE= --env MCP_READONLY= reel-estate-mcp -- npx reel-estate-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"reel-estate-mcp","command":"npx","args":["reel-estate-mcp"],"env":{"MCP_SERVER_URL":"","MCP_OAUTH_CLIENT_ID":"","MCP_OAUTH_CALLBACK_PORT":"","MCP_OAUTH_STORE_DIR":"","MCP_OAUTH_SCOPE":"","MCP_READONLY":""}}'
JSON
{
"mcpServers": {
"reel-estate-mcp": {
"command": "npx",
"args": [
"reel-estate-mcp"
],
"env": {
"MCP_SERVER_URL": "",
"MCP_OAUTH_CLIENT_ID": "",
"MCP_OAUTH_CALLBACK_PORT": "",
"MCP_OAUTH_STORE_DIR": "",
"MCP_OAUTH_SCOPE": "",
"MCP_READONLY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.