Domain MCP by UnClick for Cursor
io.github.malamutemayhem/domain
Australian property listings, prices, and suburb stats from Domain. By UnClick.
client:Cursor
transport:stdio
runtime:npm
Install Domain MCP by UnClick in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"domain": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@unclick/domain-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs