homes mcp for Cursor
io.github.chrischall/homes-mcp
homes.com real-estate for Claude — search, property details, photos, compare, mortgage math
client:Cursor
transport:stdio
runtime:npm
Install homes mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"homes-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"homes-mcp"
],
"env": {
"HOMES_WS_PORT": "<HOMES_WS_PORT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs