@Striderlabs/ Airbnb
FreeNot checkedMCP server for Airbnb — lets AI agents search listings, check availability, manage reservations, and book stays via browser automation.
About
MCP server for Airbnb — lets AI agents search listings, check availability, manage reservations, and book stays via browser automation.
README
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
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 |
Installation
npm install -g @striderlabs/mcp-airbnb
npx playwright install chromium
Usage 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 URL - Open 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 otherwise - The 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 start
License
MIT — Strider Labs
Installing @Striderlabs/ Airbnb
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/markswendsen-code/mcp-airbnbFAQ
Is @Striderlabs/ Airbnb MCP free?
Yes, @Striderlabs/ Airbnb MCP is free — one-click install via Unyly at no cost.
Does @Striderlabs/ Airbnb need an API key?
No, @Striderlabs/ Airbnb runs without API keys or environment variables.
Is @Striderlabs/ Airbnb hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install @Striderlabs/ Airbnb in Claude Desktop, Claude Code or Cursor?
Open @Striderlabs/ Airbnb on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Playwright
Browser automation, scraping, screenshots
by MicrosoftPuppeteer
Browser automation and web scraping.
by modelcontextprotocolopentabs-dev/opentabs
Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user's authenticated browser session. 100+ plugins with a
by opentabs-devrobhunter/agentdeals
1,500+ developer infrastructure deals, free tiers, and startup programs across 54 categories. Search deals, compare vendors, plan stacks, and track pricing chan
by robhunterhlydecker/ucsc-genome-mcp
MCP server to interact with the UCSC Genome Browser API, letting you find genomes, chromosomes, and more.
by hlydecker34892002/bilibili-mcp-js
A MCP server that supports searching for Bilibili content. Provides LangChain integration examples and test scripts.
by 34892002achiya-automation/safari-mcp
Native Safari browser automation for AI agents with 80+ tools. No Chrome dependency, optimized for Apple Silicon with 60% less CPU overhead.
by achiya-automationagent-infra/mcp-server-browser
Browser automation capabilities using Puppeteer, both support local and remote browser connection.
by bytedanceaparajithn/agent-scraper-mcp
Web scraping MCP server for AI agents. 6 tools: clean content extraction, structured scraping with CSS selectors, full-page screenshots via Playwright, link ext
by aparajithnapireno/DOMShell
Browse the web using filesystem commands (ls, cd, grep, click). 38 MCP tools map Chrome's Accessibility Tree to a virtual filesystem via a Chrome Extension.
by apirenoCompare @Striderlabs/ Airbnb with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All browse MCPs
