
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@striderlabs/mcp-airbnb
Advanced tools
MCP server for Airbnb - let AI agents search listings, check availability, manage reservations, and book stays
MCP server for Airbnb — lets AI agents search listings, check availability, manage reservations, and book stays via browser automation.
Built by Strider Labs.
success/error fields on all tools| Tool | Description |
|---|---|
airbnb_status | Check login status and session info |
airbnb_login | Initiate login flow (returns URL + instructions) |
airbnb_logout | Clear session and cookies |
airbnb_search | Search listings by location, dates, guests |
airbnb_get_listing | Get full listing details by ID or URL |
airbnb_check_availability | Check if a listing is available for dates |
airbnb_get_price | Get full price breakdown (nightly, cleaning, service, taxes, total) |
airbnb_save_listing | Save a listing to wishlist |
airbnb_get_saved | View saved wishlists |
airbnb_book | Book a listing (requires confirm=true + user confirmation) |
airbnb_get_reservations | View upcoming or past reservations |
airbnb_cancel_reservation | Cancel a reservation (requires confirm=true) |
airbnb_message_host | Send a message to a host |
airbnb_get_reviews | Get guest reviews for a listing |
npm install -g @striderlabs/mcp-airbnb
npx playwright install chromium
Add to your claude_desktop_config.json:
{
"mcpServers": {
"airbnb": {
"command": "striderlabs-mcp-airbnb"
}
}
}
Or with npx:
{
"mcpServers": {
"airbnb": {
"command": "npx",
"args": ["-y", "@striderlabs/mcp-airbnb"]
}
}
}
Airbnb requires manual login (no API key). The server saves session cookies so you only need to log in once.
airbnb_login to get the login URLairbnb_status to confirm the session is activeCookies are stored at ~/.strider/airbnb/cookies.json.
airbnb_book) and cancellation (airbnb_cancel_reservation) require explicit confirm=true — they return a preview otherwisenpm install
npx playwright install chromium
npm run build
npm start
MIT — Strider Labs
FAQs
MCP server for Airbnb - let AI agents search listings, check availability, manage reservations, and book stays
The npm package @striderlabs/mcp-airbnb receives a total of 14 weekly downloads. As such, @striderlabs/mcp-airbnb popularity was classified as not popular.
We found that @striderlabs/mcp-airbnb demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.