dxb data for Claude Desktop
io.dxbdata/dxb-data
Official Dubai real estate data: live prices and rental yields by area, from the DLD.
client:Claude Desktop
transport:streamable-http
tools:7
Install dxb data in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"dxb-data": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://dxbdata.io/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs