Airbnb MCP Server
Airbnb MCP 服务器
MCP 服务器用于搜索 Airbnb 列表并获取列表详细信息。在搜索结果中提供 Airbnb 列表的直接链接。
工具
airbnb_searchAirbnb 房源搜索
必填项:
location(字符串)可选条目:
placeId(字符串)checkin(字符串,YYYY-MM-DD)checkout(字符串,YYYY-MM-DD)adults(人数)children(数量)infants(数量)pets(数量)minPrice(数字)maxPrice(数字)cursor(字符串)ignoreRobotsText(布尔值)
返回:列表表,其中包含名称、价格、位置等详细信息。每个列表都包含指向 Airbnb 页面的直接
url。
airbnb_listing_details获取特定 Airbnb 房源的详细信息
必需输入:
id(字符串)可选条目:
checkin(字符串,YYYY-MM-DD)checkout(字符串,YYYY-MM-DD)adults(人数)children(数量)infants(数量)pets(数量)ignoreRobotsText(布尔值)
返回:有关列表的详细信息,包括描述、房东详细信息、便利设施、价格等。响应包括指向 Airbnb 列表页面的直接
url。
Related MCP server: Airbnb MCP Server
特征
遵守 Airbnb robots.txt 文件的规则
使用 cheerio 进行 HTML 解析
无需 API 密钥
返回结构化的 JSON 数据
通过扁平化和选择数据来减少上下文负载
提供 Airbnb 房源的直接 URL
设施
在 Claude Desktop 上安装
在开始之前,请确保您的计算机上安装了Node.js ,以使npx能够正常工作。
前往:设置 > 开发者 > 编辑配置
将以下内容添加到您的
claude_desktop_config.json文件中:
{
"mcpServers": {
"airbnb": {
"command": "npx",
"args": [
"-y",
"@Domoteek/mcp-server-airbnb"
]
}
}
}要忽略所有请求的 robots.txt 文件,请使用带有--ignore-robots-txt参数的此版本:
{
"mcpServers": {
"airbnb": {
"command": "npx",
"args": [
"-y",
"@Domoteek/mcp-server-airbnb",
"--ignore-robots-txt"
]
}
}
}重新启动 Claude Desktop 并计划您的下一次旅行,包括 Airbnbs!
其他选项:通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装 mcp-server-airbnb:
npx -y @smithery/cli install @Domoteek/mcp-server-airbnb --client claude编译(针对开发人员)
npm install
npm run build执照
此 MCP 服务器根据 MIT 许可证获得许可。
警告
Airbnb 是 Airbnb, Inc. 的注册商标。Domoteek 与 Airbnb, Inc. 或其附属公司没有任何关联。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceSearch for Airbnb listings and get detailed information about specific properties. Effortlessly plan your next trip with structured data and no API key required, while respecting Airbnb's guidelines.422,713510MIT
- AlicenseBqualityDmaintenanceEnables searching for Airbnb listings and retrieving detailed property information including pricing, amenities, and host details without requiring an API key.22,713MIT
- AlicenseCqualityDmaintenanceEnables searching Airbnb listings with advanced filtering (location, dates, guests, price) and retrieval of detailed property information including amenities, policies, and booking links.42,7132MIT
- AlicenseBqualityDmaintenanceEnables searching for Airbnb listings and retrieving detailed property information including pricing, amenities, and host details without requiring an API key.22,7133MIT
Related MCP Connectors
Airbnb stays by location and dates, and full listing details, as structured JSON.
Booking.com stays by destination and dates, and full property details, as structured JSON.
Vacation rental discovery, direct booking, and property protection for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Domoteek/mcp-server-airbnb'
If you have feedback or need assistance with the MCP directory API, please join our Discord server