airbnb data for Claude Desktop
io.github.dataleadspro/airbnb-data
Airbnb search, listing details, and calendar availability as clean structured data.
client:Claude Desktop
transport:streamable-http
tools:3
Install airbnb data in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"airbnb-data": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://data.dataleads.pro/mcp/airbnb-data"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs