Skip to content
Claude Desktop

zillow api for Claude Desktop

io.github.johnisanerd/zillow-api

Zillow real estate listings for sale, rent, and sold, via an Apify Actor, hosted MCP.

client:Claude Desktop transport:streamable-http

Install zillow api in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "zillow-api": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.apify.com/?tools=johnvc/zillow-api"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

zillow api in other clients