data-ai MCP Server
Search Airbnb using your AI Agent
Discovered via unknown and last synced 1w ago.
1. Install the package
npx -y @openbnb/mcp-server-airbnb
2. Add to claude_desktop_config.json
{
"mcpServers": {
"openbnb-mcp-server-airbnb": {
"command": "npx",
"args": [
"-y",
"@openbnb/mcp-server-airbnb"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
(optional): Maximum price per night
URL for reference
(optional): Override robots.txt for this request
information for browsing additional results
(required): Location to search (e.g., "San Francisco, CA"). When supplied without `placeId`, the server geocodes this string client-side via Photon/Nominatim — see [External Services](#external-services).
(optional): Check-in date in YYYY-MM-DD format
(optional): Pagination cursor for browsing results
(optional): Number of pets (default: 0)
Input: `id` (string)
(optional): Minimum price per night
Inputs:
Detailed listing information including description, host details, amenities, pricing, etc.
(optional): Number of children (default: 0)
(optional): Number of infants (default: 0)
detailed information about a specific Airbnb listing
(optional): Check-out date in YYYY-MM-DD format
(optional): Number of adults (default: 1)
(optional): Google Maps Place ID. Overrides `location` and skips client-side geocoding entirely (no third-party calls).
(optional): Filter by property type — `entire_home`, `private_room`, `shared_room`, or `hotel_room`