MCP.so
ログイン

Airbnb MCP Server

@openbnb-org

Airbnb MCP Server について

Search Airbnb using your AI Agent

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

openbnb-org

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "airbnb": {
      "command": "npx",
      "args": [
        "-y",
        "@openbnb/mcp-server-airbnb",
        "--ignore-robots-txt"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Airbnb MCP Server?

A comprehensive MCP Bundle (MCPB) for searching Airbnb listings with advanced filtering and detailed property information retrieval. It integrates with Airbnb.com via two tools (airbnb_search and airbnb_listing_details) and is designed for AI applications compatible with the Model Context Protocol. It is useful for users who want to programmatically query Airbnb listings with fine-grained control over search parameters.

How to use Airbnb MCP Server?

Install via the .mcpb file (Claude Desktop) or run with npx -y @openbnb/mcp-server-airbnb (Cursor, etc.). Configure options like --ignore-robots-txt or environment variable DISABLE_GEOCODING. Invoke the airbnb_search tool with at least a location (or placeId) and optionally dates, guests, price range, property type, and pagination cursor. Use airbnb_listing_details with a listing id and optional booking parameters.

Key features of Airbnb MCP Server

  • Location-based search with international support via client‑side geocoding.
  • Property type filtering: entire home, private/shared/hotel room.
  • Date filtering, guest configuration (adults, children, infants, pets).
  • Price range filtering and pagination support.
  • Detailed listing details including amenities, policies, and direct links.
  • Robots.txt compliance with optional override for testing.

Use cases of Airbnb MCP Server

  • AI‑assisted vacation planning: search rentals in a city with custom filters.
  • Detailed property inspection: fetch amenities, house rules, and coordinates.
  • Price comparison: retrieve listings within a budget across multiple locations.
  • Automated booking assistance: integrate search results into a chat interface.
  • Travel research: analyze property features for a large set of listings.

FAQ from Airbnb MCP Server

What are the runtime dependencies?

Node.js 18+ and an MCP‑compatible client (e.g., Claude Desktop 0.10.0+). The server runs via stdio transport with minimal external packages.

How does the server handle geocoding for non‑US locations?

It uses Photon (primary) and Nominatim (fallback) to translate location strings into accurate bounding boxes. This corrects Airbnb’s own geocoder, which misplaces many international cities. You can skip geocoding per request by providing a placeId or globally by setting DISABLE_GEOCODING=true.

Can I ignore Airbnb’s robots.txt restrictions?

Yes. Pass the --ignore-robots-txt flag when starting the server, or enable the corresponding toggle in Claude Desktop settings. The default is to comply with robots.txt.

Is there a hosted alternative to running this server?

Yes. openbnb.ai is a fully‑hosted MCP server that provides the same Airbnb search functionality with zero local setup and additional features like advanced filters and an interactive UI.

What data is sent to third‑party services?

Only the location string from your search request is sent to Photon or Nominatim for geocoding (unless placeId is provided or geocoding is disabled). No IP geolocation, tracking identifiers, or other request fields are shared.

コメント

「その他」の他のコンテンツ