@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.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables users to search Airbnb listings with advanced filtering options and retrieve detailed property information through an MCP server interface.Last updated21,126MIT
- AlicenseCqualityDmaintenanceThe only MCP server with AI guest risk scoring and extortion detection. Search properties, book instantly, protect hosts. 41 tools across 5 layers. Instant API key, 10 free credits.Last updated6MIT
- AlicenseAqualityDmaintenanceAn MCP server that enables AI agents to search Hilton hotels, manage reservations, and check Hilton Honors status through browser automation. It supports the full booking flow, points redemption, and digital key access via natural language commands.Last updated1620MIT
- AlicenseAqualityCmaintenanceHotel booking MCP server — the first transaction-complete hotel booking integration for AI agents. Search 300K+ properties in 140+ countries, get live rates and room details, and generate secure checkout URLs. No payment in the AI conversation — guests complete booking at a hosted checkout page and receive a real hotel confirmation number. Set your own booking fee via Stripe Connect.Last updated8362Inno Setup
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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