
Redfin Mcp
Pull Redfin search results, property details, market reports, and saved homes into Claude while researching markets for a move, investment, or housing-related product.
Overview
Redfin MCP is an Idea/research MCP server that lets Claude search Redfin, read property details and market reports, and manage saved homes via a fetchproxy-backed stdio bridge.
What is this MCP server?
- Search Redfin inventory and retrieve property details inside the agent
- Access market reports for area-level pricing and trend context
- Work with saved homes from MCP-driven workflows
- fetchproxy WebSocket bridge with REDFIN_WS_PORT override (default 37149)
- stdio npm redfin-mcp v0.9.2 for Claude and Cursor
- Package version 0.9.2
- Default REDFIN_WS_PORT 37149 (override via env)
- Transport: stdio via npm
Community signal: 1 GitHub stars.
What problem does it solve?
Market scans on Redfin pull you out of the agent where you are already synthesizing research and product notes.
Who is it for?
Builders doing Redfin-backed market and listing research who already use fetchproxy-style browser bridges with MCP.
Skip if: Production property-data pipelines, official Redfin data partnerships, or teams that cannot use browser-session automation.
What do I get? / Deliverables
With redfin-mcp registered, Claude can return Redfin listings, details, market reports, and saved-home actions through MCP tools.
- MCP tools for Redfin search and property details
- Market report queries usable in agent research threads
- Saved-home management without leaving the coding agent
Recommended MCP Servers
Journey fit
Listing and market-report work belongs in early opportunity research before you lock product scope or geography. Redfin market reports and saved-home tracking support structured research threads rather than ship or launch activities.
How it compares
Redfin session MCP bridge with market reports, not a bulk MLS ETL or generic web-scraping skill.
Common Questions / FAQ
Who is redfin-mcp for?
Solo builders and researchers who want Redfin search, property details, market reports, and saved homes available as MCP tools in Claude or Cursor.
When should I use redfin-mcp?
Use it in the idea research phase when you need comparative market context and listing detail alongside agent notes before validating a build.
How do I add redfin-mcp to my agent?
npm install redfin-mcp, add stdio MCP config in your client, set REDFIN_WS_PORT if you must override port 37149, run fetchproxy per repo docs, and restart the host.