@striderlabs/mcp-airbnb
Enables searching Airbnb listings, checking availability, viewing prices, saving listings, booking stays, managing reservations, and communicating with hosts via browser automation.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@striderlabs/mcp-airbnbsearch for apartments in Paris for 2 guests next week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@striderlabs/mcp-airbnb
MCP server for Airbnb — lets AI agents search listings, check availability, manage reservations, and book stays via browser automation.
Built by Strider Labs.
Features
14 tools covering the full Airbnb workflow
Playwright-based browser automation (headless Chromium)
Stealth patches to avoid bot detection
Cookie persistence for session management
Random delays between actions to mimic human behavior
Graceful CAPTCHA handling
JSON responses with
success/errorfields on all tools
Related MCP server: lilo-vacation-rentals
Tools
Tool | Description |
| Check login status and session info |
| Initiate login flow (returns URL + instructions) |
| Clear session and cookies |
| Search listings by location, dates, guests |
| Get full listing details by ID or URL |
| Check if a listing is available for dates |
| Get full price breakdown (nightly, cleaning, service, taxes, total) |
| Save a listing to wishlist |
| View saved wishlists |
| Book a listing (requires |
| View upcoming or past reservations |
| Cancel a reservation (requires |
| Send a message to a host |
| Get guest reviews for a listing |
Installation
npm install -g @striderlabs/mcp-airbnb
npx playwright install chromiumUsage with Claude Desktop
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"]
}
}
}Authentication
Airbnb requires manual login (no API key). The server saves session cookies so you only need to log in once.
Ask your AI agent: "Check my Airbnb login status"
If not logged in, use
airbnb_loginto get the login URLOpen the URL in your browser and log in
Run
airbnb_statusto confirm the session is active
Cookies are stored at ~/.strider/airbnb/cookies.json.
Safety
Booking (
airbnb_book) and cancellation (airbnb_cancel_reservation) require explicitconfirm=true— they return a preview otherwiseThe agent will never book or cancel without your confirmation
All destructive actions include clear warnings
Development
npm install
npx playwright install chromium
npm run build
npm startLicense
MIT — Strider Labs
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/markswendsen-code/mcp-airbnb'
If you have feedback or need assistance with the MCP directory API, please join our Discord server