zillow-mcp

chrischall/zillow-mcp
★ 0 stars TypeScript 🌐 Browser/Web Updated 2d ago
Zillow MCP server — search listings, fetch property details, Zestimate history, saved searches & homes, market reports. Routes through fetchproxy to dodge bot detection.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "zillow-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chrischall/zillow-mcp"
      ]
    }
  }
}

README Excerpt

Zillow real-estate access as an MCP server for Claude — search listings, fetch property details, Zestimate history, your saved searches & homes, and market reports via natural language. > ⚠️ Zillow does not publish a public consumer API. The official [Bridge API](https://www.bridgeinteractive.com/developers/bridge-api/) is gated to MLS partners. This server uses the same private endpoints the zillow.com web app uses, routed through your own signed-in browser tab via the [fetchproxy](https://gith

Tools (13)

zillow_calculate_affordabilityzillow_calculate_mortgagezillow_calculate_rent_vs_buyzillow_compare_propertieszillow_get_market_reportzillow_get_price_historyzillow_get_propertyzillow_get_property_photoszillow_get_saved_homeszillow_get_saved_searcheszillow_get_tax_historyzillow_get_zestimate_historyzillow_search_properties