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.

You must be authenticated.

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
              Enables searching and retrieving detailed flight information using the Duffel API, supporting various flight types and flexible search parameters for efficient travel planning.
              Last updated -
              45
              Python
              MIT License
              • Apple
            • A
              security
              A
              license
              A
              quality
              Facilitates web search capabilities using Perplexity's API, allowing users to retrieve search results through Claude's interface.
              Last updated -
              1
              2
              JavaScript
              MIT License
            • -
              security
              A
              license
              -
              quality
              Provides 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 -
              1
              Python
              MIT License
            • -
              security
              A
              license
              -
              quality
              This 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 -
              1
              Python
              Apache 2.0
              • Linux
              • Apple

            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