Skip to content
VS Code

Zillow MCP Server for VS Code

io.github.afanasenkoa/zillow-mcp-server

Zillow homes and agent contacts for AI agents — search by ZIP, by URL, or look up a zpid.

client:VS Code transport:streamable-http

Install Zillow MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "zillow-mcp-server": {
      "type": "http",
      "url": "https://afanasenko--zillow-mcp-server.apify.actor/mcp"
    }
  }
}

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

Zillow MCP Server in other clients