Vacation rentals platform
Connect to Airbnb for vacation rental search and booking management.
{
"mcpServers": {
"airbnb": {
"mcpServers": {
"airbnb": {
"env": {
"AIRBNB_API_KEY": "your-api-key"
},
"args": [
"-y",
"airbnb-mcp-server"
],
"command": "npx"
}
}
}
}
}