PluginBench
MCP Server
Maintained
MIT

Reel Estate MCP MCP Server

com.tryreelestate/reel-estate-mcp

What is the Reel Estate MCP MCP server?

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

How to install Reel Estate MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • MCP_SERVER_URL

    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.

  • MCP_OAUTH_CLIENT_ID

    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.

  • MCP_OAUTH_CALLBACK_PORT

    Loopback port the browser is redirected to after sign-in. Defaults to 8765.

  • MCP_OAUTH_STORE_DIR

    Directory where OAuth tokens are cached. Defaults to ~/.reel-estate-mcp.

  • MCP_OAUTH_SCOPE

    Optional OAuth scope override. Omitted by default (negotiated from server metadata).

  • MCP_READONLY

    Set to 1/true to block all mutating (non-GET) tool calls.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "reel-estate-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "reel-estate-mcp"
      ],
      "env": {
        "MCP_SERVER_URL": "<YOUR_MCP_SERVER_URL>",
        "MCP_OAUTH_CLIENT_ID": "<YOUR_MCP_OAUTH_CLIENT_ID>",
        "MCP_OAUTH_CALLBACK_PORT": "<YOUR_MCP_OAUTH_CALLBACK_PORT>",
        "MCP_OAUTH_STORE_DIR": "<YOUR_MCP_OAUTH_STORE_DIR>",
        "MCP_OAUTH_SCOPE": "<YOUR_MCP_OAUTH_SCOPE>",
        "MCP_READONLY": "<YOUR_MCP_READONLY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "reel-estate-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "reel-estate-mcp"
      ],
      "env": {
        "MCP_SERVER_URL": "<YOUR_MCP_SERVER_URL>",
        "MCP_OAUTH_CLIENT_ID": "<YOUR_MCP_OAUTH_CLIENT_ID>",
        "MCP_OAUTH_CALLBACK_PORT": "<YOUR_MCP_OAUTH_CALLBACK_PORT>",
        "MCP_OAUTH_STORE_DIR": "<YOUR_MCP_OAUTH_STORE_DIR>",
        "MCP_OAUTH_SCOPE": "<YOUR_MCP_OAUTH_SCOPE>",
        "MCP_READONLY": "<YOUR_MCP_READONLY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "reel-estate-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "reel-estate-mcp"
      ],
      "env": {
        "MCP_SERVER_URL": "<YOUR_MCP_SERVER_URL>",
        "MCP_OAUTH_CLIENT_ID": "<YOUR_MCP_OAUTH_CLIENT_ID>",
        "MCP_OAUTH_CALLBACK_PORT": "<YOUR_MCP_OAUTH_CALLBACK_PORT>",
        "MCP_OAUTH_STORE_DIR": "<YOUR_MCP_OAUTH_STORE_DIR>",
        "MCP_OAUTH_SCOPE": "<YOUR_MCP_OAUTH_SCOPE>",
        "MCP_READONLY": "<YOUR_MCP_READONLY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "reel-estate-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "reel-estate-mcp"
      ],
      "env": {
        "MCP_SERVER_URL": "<YOUR_MCP_SERVER_URL>",
        "MCP_OAUTH_CLIENT_ID": "<YOUR_MCP_OAUTH_CLIENT_ID>",
        "MCP_OAUTH_CALLBACK_PORT": "<YOUR_MCP_OAUTH_CALLBACK_PORT>",
        "MCP_OAUTH_STORE_DIR": "<YOUR_MCP_OAUTH_STORE_DIR>",
        "MCP_OAUTH_SCOPE": "<YOUR_MCP_OAUTH_SCOPE>",
        "MCP_READONLY": "<YOUR_MCP_READONLY>"
      }
    }
  }
}
Claude Code
claude mcp add reel-estate-mcp --env MCP_SERVER_URL=<YOUR_MCP_SERVER_URL> --env MCP_OAUTH_CLIENT_ID=<YOUR_MCP_OAUTH_CLIENT_ID> --env MCP_OAUTH_CALLBACK_PORT=<YOUR_MCP_OAUTH_CALLBACK_PORT> --env MCP_OAUTH_STORE_DIR=<YOUR_MCP_OAUTH_STORE_DIR> --env MCP_OAUTH_SCOPE=<YOUR_MCP_OAUTH_SCOPE> --env MCP_READONLY=<YOUR_MCP_READONLY> -- npx -y reel-estate-mcp

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Real-time global intelligence: markets, conflicts, country risk, energy, and infrastructure monitoring via 39 MCP tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with per-second metrics, ML-powered anomaly detection, and zero-configuration setup.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration platform with 100+ agents, swarm coordination, and self-learning memory for enterprise development.

68k
TypeScript
MIT
View repository →

Web scraping with stealth HTTP, real browsers, and Cloudflare bypass capabilities.

67k
Python
BSD-3-Clause
View repository →