Zillow Property Data (APIllow) for Cursor
co.apillow/zillow
Zillow property data for AI agents: search listings and get 50+ fields for any US property.
client:Cursor
transport:stdio
runtime:pypi
Install Zillow Property Data (APIllow) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"zillow": {
"type": "stdio",
"command": "uvx",
"args": [
"apillow-mcp"
],
"env": {
"APILLOW_API_KEY": "<APILLOW_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs