Developer Tools
Trust: 30/100 (Limited)io.github.TheNextGenNexus/redfin-mcp-server Guide
Search Redfin properties, get property details, and market statistics
by TheNextGenNexus
Quick Start
Install
npx @thenextgennexus/redfin-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-thenextgennexus-redfin-mcp-server": {
"command": "npx",
"args": [
"@thenextgennexus/redfin-mcp-server"
]
}
}
}