Skip to main content
Glama

Airbnb MCP Server

by Domoteek

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

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.

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

  1. 工具
    1. 特征
      1. 设施
        1. 在 Claude Desktop 上安装
        2. 其他选项:通过 Smithery 安装
      2. 编译(针对开发人员)
        1. 执照
          1. 警告

            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