Skip to content
VS Code

Zillow for VS Code

io.github.pipeworx-io/zillow

Zillow Research MCP — housing market data from Zillow's public CSV dumps.

client:VS Code transport:streamable-http

Install Zillow in VS Code

.vscode/mcp.json

{
  "servers": {
    "zillow": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/zillow/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Zillow in other clients