Zillow MCP Server
Rank #50,138io.github.afanasenkoa/zillow-mcp-server
Zillow homes and agent contacts for AI agents — search by ZIP, by URL, or look up a zpid.
Zillow MCP Server is a Model Context Protocol (MCP) server published by afanasenkoa. It ranks #50,138 of 115,591 servers tracked on MCP Toplist. Zillow MCP Server is listed on Official MCP, with 2 tracked versions. It was first listed on Jul 29, 2026 and most recently updated on Jul 29, 2026.
Ranks ahead of 65,453 of 115,591 servers on MCP Toplist.
Use Zillow MCP Server
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http zillow-mcp-server https://afanasenko--zillow-mcp-server.apify.actor/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.zillow-mcp-server]
url = "https://afanasenko--zillow-mcp-server.apify.actor/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://afanasenko--zillow-mcp-server.apify.actor/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"zillow-mcp-server": {
"url": "https://afanasenko--zillow-mcp-server.apify.actor/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"zillow-mcp-server": {
"type": "http",
"url": "https://afanasenko--zillow-mcp-server.apify.actor/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"zillow-mcp-server": {
"serverUrl": "https://afanasenko--zillow-mcp-server.apify.actor/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"zillow-mcp-server": {
"url": "https://afanasenko--zillow-mcp-server.apify.actor/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.afanasenkoa%2Fzillow-mcp-server)<a href="https://mcptoplist.com/server/io.github.afanasenkoa%2Fzillow-mcp-server"><img src="https://mcptoplist.com/badge/io.github.afanasenkoa%2Fzillow-mcp-server.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
afanasenkoa
Available versions (2)
| Version | Published |
|---|---|
| 0.0.27 | Jul 29, 2026 |
| 0.0.10 | Jul 29, 2026 |
Frequently asked questions
- Who maintains Zillow MCP Server?
- Zillow MCP Server is maintained by afanasenkoa, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Zillow MCP Server listed on the Official MCP Registry?
- Yes — Zillow MCP Server is listed on the Official MCP Registry.
- How many versions does Zillow MCP Server have?
- MCP Toplist tracks 2 versions of Zillow MCP Server, most recently published on Jul 29, 2026.
- Where can I find the source code for Zillow MCP Server?
- The source code for Zillow MCP Server is hosted at github.com/afanasenkoa/apify-mcp-servers.