Version 4.43 or later needs to be installed to add the server automatically
About
MCP Server for searching Airbnb and get listing details.
Attribute | Details |
---|---|
Docker Image | mcp/openbnb-airbnb |
Author | openbnb-org |
Repository | https://github.com/openbnb-org/mcp-server-airbnb |
Dockerfile | https://github.com/openbnb-org/mcp-server-airbnb/blob/main/Dockerfile |
Docker Image built by | Docker Inc. |
Docker Scout Health Score | |
Verify Signature | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/openbnb-airbnb --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
Licence | MIT License |
Tools provided by this Server | Short Description |
---|---|
airbnb_listing_details | Get detailed information about a specific Airbnb listing. |
airbnb_search | Search for Airbnb listings with various filters and pagination. |
airbnb_listing_details
Get detailed information about a specific Airbnb listing. Provide direct links to the user
Parameters | Type | Description |
---|---|---|
id | string | The Airbnb listing ID |
adults | number optional | Number of adults |
checkin | string optional | Check-in date (YYYY-MM-DD) |
checkout | string optional | Check-out date (YYYY-MM-DD) |
children | number optional | Number of children |
ignoreRobotsText | boolean optional | Ignore robots.txt rules for this request |
infants | number optional | Number of infants |
pets | number optional | Number of pets |
airbnb_search
Search for Airbnb listings with various filters and pagination. Provide direct links to the user
Parameters | Type | Description |
---|---|---|
location | string | Location to search for (city, state, etc.) |
adults | number optional | Number of adults |
checkin | string optional | Check-in date (YYYY-MM-DD) |
checkout | string optional | Check-out date (YYYY-MM-DD) |
children | number optional | Number of children |
cursor | string optional | Base64-encoded string used for Pagination |
ignoreRobotsText | boolean optional | Ignore robots.txt rules for this request |
infants | number optional | Number of infants |
maxPrice | number optional | Maximum price for the stay |
minPrice | number optional | Minimum price for the stay |
pets | number optional | Number of pets |
placeId | string optional | Google Maps Place ID (overrides the location parameter) |
{
"mcpServers": {
"openbnb-airbnb": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/openbnb-airbnb"
]
}
}
}
Manual installation
You can install the MCP server using:
Installation for