modelscope·@openbnb-org/mcp-server-airbnb
搜索Airbnb房源并获取有关特定房产的详细信息。通过结构化数据轻松规划您的下一次旅行,无需API密钥,同时遵守Airbnb的准则。
用于搜索 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. 或其子公司无关。
基于Model Context Protocol (MCP) 的12306购票搜索服务器。提供了简单的API接口,允许大模型利用接口搜索12306购票信息。
通过韩国旅游组织的官方API,使人工智能助手能够获取韩国旅游信息,提供对景点、活动、美食和住宿的全面搜索,并支持多语言。
模型上下文协议服务器可以通过简单提示,实时搜索任意给定日期的航班详情,包括多家航空公司、价格、经停信息和飞行时长。
暂无描述。
暂无描述。
便于使用国家公园管理局(NPS)API检索国家公园服务数据,允许用户按州列出国家公园并获取特定公园的详细信息。