Skip to main content
Glama

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 Desktop에 설치

npx 작동하려면 시작하기 전에 데스크톱에 Node.js가 설치되어 있는지 확인하세요.

  1. 이동: 설정 > 개발자 > 구성 편집

  2. claude_desktop_config.json 에 다음을 추가하세요.

지엑스피1

모든 요청에 대해 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. 또는 그 자회사와 관련이 없습니다.

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

Related MCP Servers

  • A
    security
    -
    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
    137
    MIT License
    • Apple
  • A
    security
    -
    license
    A
    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 -
    926
    6
    5
  • A
    security
    -
    license
    A
    quality
    Enables searching for Airbnb listings and retrieving detailed accommodation information with direct links to Airbnb pages.
    Last updated -
    2
    MIT License
  • A
    security
    -
    license
    A
    quality
    Enables users to search Airbnb listings with advanced filtering options and retrieve detailed property information through an MCP server interface.
    Last updated -
    2
    2
    1,071
    MIT License
    • Apple
    • Linux

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