real estate mcp for Claude Desktop
com.themineworks/real-estate-mcp
8 real-estate tools: Zillow, Redfin, Realtor listings, sales, rentals.
client:Claude Desktop
transport:streamable-http
Install real estate mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"real-estate-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://themineworks--real-estate-mcp.apify.actor/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs