Reel Estate MCP for Cline
com.tryreelestate/reel-estate-mcp
Turn real-estate listing photos into property videos from your AI assistant.
client:Cline
transport:stdio
runtime:npm
Install Reel Estate MCP in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"reel-estate-mcp": {
"command": "npx",
"args": [
"-y",
"reel-estate-mcp"
],
"env": {
"MCP_SERVER_URL": "<MCP_SERVER_URL>",
"MCP_OAUTH_CLIENT_ID": "<MCP_OAUTH_CLIENT_ID>",
"MCP_OAUTH_CALLBACK_PORT": "<MCP_OAUTH_CALLBACK_PORT>",
"MCP_OAUTH_STORE_DIR": "<MCP_OAUTH_STORE_DIR>",
"MCP_OAUTH_SCOPE": "<MCP_OAUTH_SCOPE>",
"MCP_READONLY": "<MCP_READONLY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs