Skip to main content
Glama

mcp-server-airbnb

by openbnb-org

Airbnb MCP サーバー

Airbnb を検索し、リストの詳細を取得するための MCP サーバー。

ツール

  1. airbnb_search
    • Airbnbのリスティングを検索
    • 必須入力: location (文字列)
    • オプション入力:
      • placeId (文字列)
      • checkin (文字列、YYYY-MM-DD)
      • checkout (文字列、YYYY-MM-DD)
      • adults (数)
      • children (人数)
      • infants (数)
      • pets (数)
      • minPrice (数値)
      • maxPrice (数値)
      • cursor (文字列)
      • ignoreRobotsText (ブール値)
    • 戻り値: 名前、価格、場所などの詳細を含むリストの配列。
  2. airbnb_listing_details
    • 特定のAirbnbリスティングに関する詳細情報を取得する
    • 必須入力: id (文字列)
    • オプション入力:
      • checkin (文字列、YYYY-MM-DD)
      • checkout (文字列、YYYY-MM-DD)
      • adults (数)
      • children (人数)
      • infants (数)
      • pets (数)
      • ignoreRobotsText (ブール値)
    • 返されるもの: 説明、ホストの詳細、アメニティ、価格などを含む詳細なリスティング情報。

特徴

  • Airbnbのrobots.txtルールを尊重
  • HTML解析にはcheerioを使用します
  • APIキーは不要
  • 構造化されたJSONデータを返します
  • データをフラット化して選択することでコンテキストの負荷を軽減します

設定

Claudeデスクトップへのインストール

開始する前に、 npxが動作するためにデスクトップにNode.jsがインストールされていることを確認してください。

  1. 設定 > 開発者 > 設定の編集に移動します
  2. claude_desktop_config.jsonに以下を追加します。
{ "mcpServers": { "airbnb": { "command": "npx", "args": [ "-y", "@openbnb/mcp-server-airbnb" ] } } }

すべてのリクエストに対してrobots.txtを無視するには、 --ignore-robots-txt引数付きのこのバージョンを使用します。

{ "mcpServers": { "airbnb": { "command": "npx", "args": [ "-y", "@openbnb/mcp-server-airbnb", "--ignore-robots-txt" ] } } }
  1. Claude Desktop を再起動して、Airbnb を含む次の旅行を計画しましょう。

その他のオプション: Smithery経由でインストール

Smithery経由で Claude Desktop 用の mcp-server-airbnb を自動的にインストールするには:

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

ビルド(開発者向け)

npm install npm run build

ライセンス

この MCP サーバーは MIT ライセンスに基づいてライセンスされます。

免責事項

AirbnbはAirbnb, Inc.の商標です。OpenBnBはAirbnb, Inc.またはその子会社とは一切関係ありません。

-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Airbnbのリスティングを検索し、特定の物件の詳細情報を入手しましょう。Airbnbのガイドラインを遵守しながら、構造化データとAPIキーなしで、次の旅行を簡単に計画できます。

  1. ツール
    1. 特徴
      1. 設定
        1. Claudeデスクトップへのインストール
        2. その他のオプション: Smithery経由でインストール
      2. ビルド(開発者向け)
        1. ライセンス
          1. 免責事項

            Related MCP Servers

            • A
              security
              A
              license
              A
              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 -
              3
              92
              Python
              MIT License
              • Apple
            • A
              security
              A
              license
              A
              quality
              Provides tools for discovering events at Madison Square Garden via the Ticketmaster API, returning structured data with event details like name, date, price, and ticket purchase links.
              Last updated -
              1
              13
              5
              TypeScript
              MIT License
            • -
              security
              F
              license
              -
              quality
              Query a variety of data from Brasil resources seamlessly. Access information on postal codes, area codes, banks, holidays, taxes, and more through a unified interface. Enhance your AI agents and applications with rich and updated data from BrasilAPI effortlessly.
              Last updated -
              3
              TypeScript
            • -
              security
              -
              license
              -
              quality
              Enables free web searching using Google search results with no API keys required, returning structured results with titles, URLs, and descriptions.
              Last updated -
              6

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

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