Airbnb MCP Server

Integrations

  • 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

  1. 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.
  2. 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.

  1. Go to: Settings > Developer > Edit configuration
  2. Add the following to your claude_desktop_config.json file:
{ "mcpServers": { "airbnb": { "command": "npx", "args": [ "-y", "@Domoteek/mcp-server-airbnb" ] } } }

To ignore the robots.txt file for all requests, use this version with the --ignore-robots-txt argument:

{ "mcpServers": { "airbnb": { "command": "npx", "args": [ "-y", "@Domoteek/mcp-server-airbnb", "--ignore-robots-txt" ] } } }
  1. 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 :

npx -y @smithery/cli install @Domoteek/mcp-server-airbnb --client claude

Compilation (for developers)

npm install npm run build

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.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Enables searching for Airbnb listings and retrieving detailed accommodation information with direct links to Airbnb pages.

  1. Outils
    1. Fonctionnalités
      1. Installation
        1. Installation sur Claude Desktop
        2. Autre option : Installation via Smithery
      2. Compilation (pour les développeurs)
        1. Licence
          1. Avertissement
            ID: kxu8mdmdop