Skip to content
Grok

Zillow MCP Server for Grok

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:Grok transport:streamable-http

Install Zillow MCP Server in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Zillow MCP Server in other clients