Airbnb MCP Server

Integrations

  • Enables searching for Airbnb listings with filters and retrieving detailed information about specific properties, including pricing, amenities, host details, and direct links to Airbnb listings.

  • Uses Cheerio for HTML parsing to extract structured data from Airbnb web pages, enabling the server to provide clean JSON responses without requiring an official API.

Airbnb MCP 服务器

MCP 服务器用于搜索 Airbnb 列表并获取列表详细信息。在搜索结果中提供 Airbnb 列表的直接链接。

工具

  1. airbnb_search
    • Airbnb 房源搜索
    • 必填项: location (字符串)
    • 可选条目:
      • placeId (字符串)
      • checkin (字符串,YYYY-MM-DD)
      • checkout (字符串,YYYY-MM-DD)
      • adults (人数)
      • children (数量)
      • infants (数量)
      • pets (数量)
      • minPrice (数字)
      • maxPrice (数字)
      • cursor (字符串)
      • ignoreRobotsText (布尔值)
    • 返回:列表表,其中包含名称、价格、位置等详细信息。每个列表都包含指向 Airbnb 页面的直接url
  2. airbnb_listing_details
    • 获取特定 Airbnb 房源的详细信息
    • 必需输入: id (字符串)
    • 可选条目:
      • checkin (字符串,YYYY-MM-DD)
      • checkout (字符串,YYYY-MM-DD)
      • adults (人数)
      • children (数量)
      • infants (数量)
      • pets (数量)
      • ignoreRobotsText (布尔值)
    • 返回:有关列表的详细信息,包括描述、房东详细信息、便利设施、价格等。响应包括指向 Airbnb 列表页面的直接url

特征

  • 遵守 Airbnb robots.txt 文件的规则
  • 使用 cheerio 进行 HTML 解析
  • 无需 API 密钥
  • 返回结构化的 JSON 数据
  • 通过扁平化和选择数据来减少上下文负载
  • 提供 Airbnb 房源的直接 URL

设施

在 Claude Desktop 上安装

在开始之前,请确保您的计算机上安装了Node.js ,以使npx能够正常工作。

  1. 前往:设置 > 开发者 > 编辑配置
  2. 将以下内容添加到您的claude_desktop_config.json文件中:
{ "mcpServers": { "airbnb": { "command": "npx", "args": [ "-y", "@Domoteek/mcp-server-airbnb" ] } } }

要忽略所有请求的 robots.txt 文件,请使用带有--ignore-robots-txt参数的此版本:

{ "mcpServers": { "airbnb": { "command": "npx", "args": [ "-y", "@Domoteek/mcp-server-airbnb", "--ignore-robots-txt" ] } } }
  1. 重新启动 Claude Desktop 并计划您的下一次旅行,包括 Airbnbs!

其他选项:通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 mcp-server-airbnb:

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

编译(针对开发人员)

npm install npm run build

执照

此 MCP 服务器根据 MIT 许可证获得许可。

警告

Airbnb 是 Airbnb, Inc. 的注册商标。Domoteek 与 Airbnb, Inc. 或其附属公司没有任何关联。

You must be authenticated.

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

可以搜索 Airbnb 列表并检索详细的住宿信息,并直接链接到 Airbnb 页面。

  1. Outils
    1. Fonctionnalités
      1. Installation
        1. Installation sur Claude Desktop
        2. Autre option : Installation via Smithery
      2. Compilation (pour les développeurs)
        1. Licence
          1. Avertissement
            ID: kxu8mdmdop