Skip to content
Grok

Zillow Property Data (APIllow) for Grok

co.apillow/zillow

Zillow property data for AI agents: search listings and get 50+ fields for any US property.

client:Grok transport:stdio runtime:pypi

Install Zillow Property Data (APIllow) in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "zillow": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "apillow-mcp"
      ],
      "env": {
        "APILLOW_API_KEY": "<APILLOW_API_KEY>"
      }
    }
  }
}

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 Property Data (APIllow) in other clients