7 months ago
Access Zillow property data, market trends, and mortgage calculations through MCP
Server Config
{
"mcpServers": {
"zillow": {
"command": "npx",
"args": [
"-y",
"zillow-mcp-server"
],
"env": {
"ZILLOW_API_KEY": "<YOUR_API_KEY>"
}
}
}
}