Skip to main content
Glama

mcp-server-airbnb

by openbnb-org

Airbnb MCP 服务器

MCP 服务器用于搜索 Airbnb 并获取列表详细信息。

工具

  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 规则
  • 使用 cheerio 进行 HTML 解析
  • 无需 API 密钥
  • 返回结构化的 JSON 数据
  • 通过扁平化和挑选数据来减少上下文负载

设置

在 Claude Desktop 上安装

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

  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 并计划您的下一次包含 Airbnbs 的旅行!

其他选项:通过 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 房源,获取特定房源的详细信息。使用结构化数据轻松规划您的下一次旅行,无需 API 密钥,同时遵守 Airbnb 的准则。

  1. 工具
    1. 特征
      1. 设置
        1. 在 Claude Desktop 上安装
        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