Airbnb MCP 服务器
MCP 服务器用于搜索 Airbnb 并获取列表详细信息。
工具
airbnb_search
搜索 Airbnb 房源
必需输入:
location
(字符串)可选输入:
placeId
(字符串)checkin
(字符串,YYYY-MM-DD)checkout
(字符串,YYYY-MM-DD)adults
(人数)children
(数量)infants
(数量)pets
(数量)minPrice
(数字)maxPrice
(数字)cursor
(字符串)ignoreRobotsText
(布尔值)
返回:包含名称、价格、位置等详细信息的列表数组。
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
能够正常工作。
前往:设置 > 开发者 > 编辑配置
将以下内容添加到您的
claude_desktop_config.json
中:
要忽略所有请求的 robots.txt,请使用此版本和--ignore-robots-txt
参数
重新启动 Claude Desktop 并计划您的下一次包含 Airbnbs 的旅行!
其他选项:通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装 mcp-server-airbnb:
构建(针对开发者)
执照
此 MCP 服务器根据 MIT 许可证获得许可。
免责声明
Airbnb 是 Airbnb, Inc. 的商标。OpenBnB 与 Airbnb, Inc. 或其子公司无关
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
搜索 Airbnb 房源,获取特定房源的详细信息。使用结构化数据轻松规划您的下一次旅行,无需 API 密钥,同时遵守 Airbnb 的准则。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityEnables searching and retrieving detailed flight information using the Duffel API, supporting various flight types and flexible search parameters for efficient travel planning.Last updated -3137MIT License
- AsecurityFlicenseAqualityQuery 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 -65
- AsecurityAlicenseAqualityEnables searching for Airbnb listings and retrieving detailed accommodation information with direct links to Airbnb pages.Last updated -2MIT License
- AsecurityAlicenseAqualityEnables users to search Airbnb listings with advanced filtering options and retrieve detailed property information through an MCP server interface.Last updated -21,212MIT License