用于搜索Airbnb房源并获取 listings 详细信息的MCP服务器,可助力用户轻松查找心仪的房源并获取全面信息。
在开始之前,请确保已安装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自动安装mcp-server-airbnb到Claude Desktop,可使用以下命令:
npx -y @smithery/cli install @openbnb-org/mcp-server-airbnb --client claude
airbnb_searchlocation (字符串)placeId (字符串)checkin (字符串, YYYY-MM-DD)checkout (字符串, YYYY-MM-DD)adults (数字)children (数字)infants (数字)pets (数字)minPrice (数字)maxPrice (数字)cursor (字符串)ignoreRobotsText (布尔值)airbnb_listing_detailsid (字符串)checkin (字符串, YYYY-MM-DD)checkout (字符串, YYYY-MM-DD)adults (数字)children (数字)infants (数字)pets (数字)ignoreRobotsText (布尔值)npm install
npm run build
请参阅项目的许可证文件以获取详细信息。
请参阅项目的免责声明文件以获取详细信息。