Zillow MCP Server for Gemini CLI
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:Gemini CLI
transport:streamable-http
Install Zillow MCP Server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"zillow-mcp-server": {
"httpUrl": "https://afanasenko--zillow-mcp-server.apify.actor/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs