Airbnb MCP
Searches Airbnb listings with filters and retrieves detailed property information, with robots.txt compliance by default.
Delv Safety Grade: C
Score 58/100 · assessed 2026-04-28
This community MCP server scrapes Airbnb listing data via their public website, maintained by OpenBNB, an organisation with minimal public track record. The server is distributed via npm as a standard package and runs via npx, which provides reasonable supply chain hygiene. Permissions are appropriately scoped to read-only network operations for fetching accommodation data. The repository is open source with basic documentation, though the maintainer's history and organisational legitimacy are unclear. The stated robots.txt compliance is a positive signal, but web scraping carries inherent fragility as Airbnb may change their site structure or block automated access. No security incidents are known. The narrow scope (read-only travel data lookup) limits potential harm, but the opaque maintainer and scraping approach warrant caution for production use.
Lethal Trifecta (prompt-injection exposure)
TRIFECTA RISKReservations and guest messages are private. Guest-written messages are untrusted. The platform sends and receives on your behalf.
Green flags
- Distributed via official npm registry with standard versioning
- Read-only operations with no write or execution permissions
- States robots.txt compliance by default
- Open source repository with visible code
- Narrow, well-defined scope limited to accommodation search
Red flags
- OpenBNB organisation has minimal public presence or track record
- Web scraping approach may break if Airbnb changes site structure
- Maintainer identity and long-term commitment unclear
- No evidence of security review or audit
Permissions requested
Install
npx -y @openbnb/mcp-server-airbnb
Review
Install this if you plan trips through Claude and want structured Airbnb data without browser juggling. Skip it if you need booking workflows or production-grade reliability. A focused tool that does one thing well.
Good at
- Respects robots.txt by default, which is rare for scraper tools and keeps you on the right side of terms of service.
- Returns structured data that Claude can reason about, making comparisons and filtering trivial.
- No API keys or authentication required, works immediately after install.
- Retrieval tool provides detailed property information without leaving your workflow.
- Clean separation between search and detail retrieval keeps responses focused.
Watch out
- Depends on Airbnb's public data structure, so changes upstream could break functionality.
- No booking capability, purely a research tool that hands off to the browser eventually.
- Rate limiting or availability issues are outside your control since there's no official API backing this.
- Only accesses publicly visible listings, so you miss logged-in user features or special deals.
Use cases
- travel planning
- accommodation comparisons
- destination research
- group trip booking
Getting started
Works with
Similar MCPs
- MobbinReference 621,500+ real app screens from inside Claude, Cursor, and other AI tools. Mobbin's design library exposed as MCP so agents can work from real UI patterns instead of guessing.
- Discogs MCPSearches the Discogs music catalogue for releases, artists, labels, and marketplace listings.
- Unsplash MCPSearches Unsplash for high-quality stock photos with filters for orientation, colour, and size.
- OP.GG MCPProvides gaming data for League of Legends, TFT, and Valorant including champion analytics, esports schedules, and meta comps.