Skip to main content
Glama
Domoteek
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.

Related MCP server: Airbnb Search & Listings

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
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Airbnb stays by location and dates, and full listing details, as structured JSON.

  • Booking.com stays by destination and dates, and full property details, as structured JSON.

  • Vacation rental discovery, direct booking, and property protection for AI agents.

View all MCP Connectors

Latest Blog Posts

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