Skip to main content
Glama

Airbnb MCP Server

by Domoteek

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.

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

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.

  1. Tools
    1. Features
      1. Facility
        1. Installation on Claude Desktop
        2. Other option: Installation via Smithery
      2. Compilation (for developers)
        1. License
          1. Warning

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              Tavily AI search API
              Last updated -
              1
              42
              Python
              MIT License
              • Apple
              • Linux
            • -
              security
              A
              license
              -
              quality
              Interact with Twitter search and timeline
              Last updated -
              4
              192
              Python
              MIT License
            • A
              security
              A
              license
              A
              quality
              Search for Airbnb listings and get detailed information about specific properties. Effortlessly plan your next trip with structured data and no API key required, while respecting Airbnb's guidelines.
              Last updated -
              2
              8,642
              245
              JavaScript
              MIT License
              • Apple
              • Linux

            View all related MCP servers

            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/Domoteek/mcp-server-airbnb'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server