The Airbnb MCP Server allows you to search Airbnb listings and retrieve detailed information about specific properties.
Main capabilities:
- Search for listings by location or Google Maps Place ID with filters for:
- Check-in/checkout dates
- Number of guests (adults, children, infants, pets)
- Price range
- Pagination using cursor parameter
- Retrieve detailed listing information for specific properties using their ID, including:
- Description, host information, amenities, and pricing
- Optional filters for dates and guest count
- Additional features:
- Returns structured JSON data for easy integration
- Provides direct URLs to Airbnb listings
- Option to ignore robots.txt rules when needed
- No API key required
Enables searching for Airbnb listings with filters and retrieving detailed information about specific properties, including pricing, amenities, host details, and direct links to Airbnb listings.
Uses Cheerio for HTML parsing to extract structured data from Airbnb web pages, enabling the server to provide clean JSON responses without requiring an official API.
MCP Airbnb Server
MCP server for searching Airbnb listings and getting listing details. Provides direct links to Airbnb listings in search results.
Tools
airbnb_search
- Airbnb Listing Search
- Required entry:
location
(string) - Optional entries:
placeId
(string)checkin
(string, YYYY-MM-DD)checkout
(string, YYYY-MM-DD)adults
(number)children
(number)infants
(number)pets
(number)minPrice
(number)maxPrice
(number)cursor
(string)ignoreRobotsText
(boolean)
- Returns: Listing table with details like name, price, location, etc. Each listing includes a direct
url
to the Airbnb page.
airbnb_listing_details
- Get detailed information about a specific Airbnb listing
- Required input:
id
(string) - Optional entries:
checkin
(string, YYYY-MM-DD)checkout
(string, YYYY-MM-DD)adults
(number)children
(number)infants
(number)pets
(number)ignoreRobotsText
(boolean)
- Returns: Detailed information about the listing, including description, host details, amenities, rates, etc. The response includes a direct
url
to the Airbnb listing page.
Features
- Respect the rules of the Airbnb robots.txt file
- Use cheerio for HTML parsing
- No API key required
- Returns structured JSON data
- Reduces context load by flattening and selecting data
- Provides direct URLs to Airbnb listings
Facility
Installation on Claude Desktop
Before you begin, make sure you have Node.js installed on your computer for npx
to work.
- Go to: Settings > Developer > Edit configuration
- Add the following to your
claude_desktop_config.json
file:
To ignore the robots.txt file for all requests, use this version with the --ignore-robots-txt
argument:
- Restart Claude Desktop and plan your next trip including Airbnbs!
Other option: Installation via Smithery
To install mcp-server-airbnb for Claude Desktop automatically via Smithery :
Compilation (for developers)
License
This MCP server is licensed under the MIT License.
Warning
Airbnb is a registered trademark of Airbnb, Inc. Domoteek is not affiliated with Airbnb, Inc. or its affiliates.
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Enables searching for Airbnb listings and retrieving detailed accommodation information with direct links to Airbnb pages.
Related Resources
Related MCP Servers
- -securityAlicense-qualityEnables searching and retrieving detailed flight information using the Duffel API, supporting various flight types and flexible search parameters for efficient travel planning.Last updated -45PythonMIT License
- AsecurityAlicenseAqualityFacilitates web search capabilities using Perplexity's API, allowing users to retrieve search results through Claude's interface.Last updated -12JavaScriptMIT License
- -securityAlicense-qualityProvides web search functionality via DuckDuckGo for Claude Code and MCP-compatible clients, featuring advanced content exploration, navigation across search results, and detailed webpage analysis.Last updated -1PythonMIT License
- -securityAlicense-qualityThis MCP server provides access to TripAdvisor data for planning vacations, enabling users to search for and get details about locations, attractions, restaurants, and hotels through an interactive planning experience.Last updated -1PythonApache 2.0