Reel Estate MCP for Grok
com.tryreelestate/reel-estate-mcp
Turn real-estate listing photos into property videos from your AI assistant.
client:Grok
transport:stdio
runtime:npm
Install Reel Estate MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"reel-estate-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs