
Zillow Mcp
Search Zillow listings, pull property details and Zestimates, and manage saved searches from an AI coding agent.
Overview
Zillow MCP is an idea-phase MCP server that lets Claude search Zillow, read property details and Zestimates, and work with saved searches and homes via stdio.
What is this MCP server?
- stdio npm zillow-mcp v0.9.1 with optional ZILLOW_WS_PORT for fetchproxy WebSocket
- Search, property details, Zestimates, saved searches, and saved homes
- Designed for Claude-driven real-estate research workflows
- GitHub source at chrischall/zillow-mcp
- Integration-oriented—not a licensed MLS data warehouse
- npm identifier zillow-mcp version 0.9.1
- Optional env ZILLOW_WS_PORT; default fetchproxy WebSocket port documented as 37149
- stdio transport; GitHub repository chrischall/zillow-mcp
What problem does it solve?
Repeating manual Zillow searches and copy-pasting listing facts into your agent slows down market research and early prop-tech prototyping.
Who is it for?
Solo builders researching markets or building agent-assisted property discovery without standing up a full scraping stack first.
Skip if: Teams that need MLS-official data, bulk ETL, or compliance-grade real-estate pipelines without consumer-site constraints.
What do I get? / Deliverables
With zillow-mcp registered, your agent can fetch listing-oriented answers in chat so research and prototype scoping stay in one thread.
- Agent-callable Zillow search and property detail access
- Saved search and saved home operations from chat
- Faster idea-phase market notes for build or investment decisions
Recommended MCP Servers
Journey fit
How it compares
Consumer Zillow research bridge via MCP, not a property-data warehouse or CRM skill.
Common Questions / FAQ
Who is zillow-mcp for?
It is for developers and investors who want Claude to query Zillow search, details, Zestimates, and saved items through an MCP server.
When should I use zillow-mcp?
Use it in the idea or validate phases when you are exploring markets, comps, or a prop-tech feature that mirrors Zillow-style discovery.
How do I add zillow-mcp to my agent?
Add the npm package zillow-mcp as a stdio MCP server in Claude Code or Cursor and set ZILLOW_WS_PORT only if your fetchproxy WebSocket is not on port 37149.