mcp real estate server for Cursor
io.github.rogiervdbrnk/mcp-real-estate-server
Dutch real estate data with KRK Makelaars report generation.
client:Cursor
transport:stdio
runtime:oci
Install mcp real estate server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-real-estate-server": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/rogiervdbrnk/mcp-real-estate-server:v1.3.6"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs