用于搜索 Airbnb 并获取房源详细信息的 MCP 服务器。
airbnb_search
location
(字符串)placeId
(字符串)checkin
(字符串, YYYY-MM-DD)checkout
(字符串, YYYY-MM-DD)adults
(数字)children
(数字)infants
(数字)pets
(数字)minPrice
(数字)maxPrice
(数字)cursor
(字符串)ignoreRobotsText
(布尔值)airbnb_listing_details
id
(字符串)checkin
(字符串, YYYY-MM-DD)checkout
(字符串, YYYY-MM-DD)adults
(数字)children
(数字)infants
(数字)pets
(数字)ignoreRobotsText
(布尔值)在开始之前,请确保您的桌面上已安装 Node.js 以使 npx
能够正常工作。
前往: 设置 > 开发者 > 编辑配置
将以下内容添加到您的 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"
]
}
}
}

要通过 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. 或其子公司无关。