Loading...

This MCP server provides tools to search Airbnb listings and retrieve detailed information, offering advanced filtering and property details via the Airbnb website.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
This MCP server provides tools to search Airbnb listings and retrieve detailed information, offering advanced filtering and property details via the Airbnb website.
This extension is relatively safe for general use due to its read-only nature and robots.txt compliance. However, it's important to be mindful of rate limits and potential changes to Airbnb's website structure, which could lead to errors or unexpected behavior. Ignoring robots.txt increases risk.
Performance depends on Airbnb's server response times and network conditions. Efficient HTML parsing with Cheerio helps minimize processing overhead.
The extension itself is free, but excessive use could potentially lead to rate limiting or other restrictions from Airbnb.
npx -y{
"mcpServers": {
"airbnb": {
"command": "npx",
"args": [
"-y",
"@openbnb/mcp-server-airbnb"
]
}
}
}airbnb_searchSearches Airbnb listings based on specified criteria like location, dates, and price range.
Read-only operation; retrieves publicly available data.
airbnb_listing_detailsRetrieves detailed information about a specific Airbnb listing using its ID.
Read-only operation; retrieves publicly available data.
None
local
This extension is relatively safe for general use due to its read-only nature and robots.txt compliance. However, it's important to be mindful of rate limits and potential changes to Airbnb's website structure, which could lead to errors or unexpected behavior. Ignoring robots.txt increases risk.
The extension operates in a read-only mode, limiting its potential for unintended consequences. However, users should still exercise caution when providing input parameters.
Production Tip
Monitor the extension's logs for any errors or unexpected behavior, and be prepared to adjust parameters or update the extension if Airbnb's website changes.
No, this extension is an independent tool and is not affiliated with Airbnb, Inc.
Yes, the extension respects robots.txt by default, but this can be overridden for testing purposes.
The extension may break or require updates to adapt to the changes. Error logging helps identify these issues.
Be mindful of request frequency and avoid making excessive requests in a short period of time.
Node.js 18.0.0 or higher is required.
Yes, as long as you comply with Airbnb's terms of service and respect robots.txt.
Follow the instructions in the README to add the MCP server configuration to your `mcp.json` file.