Airbnb MCP Server
@MCP-Mirror
关于 Airbnb MCP Server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"openbnb-org_mcp-server-airbnb": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@openbnb-org/mcp-server-airbnb",
"--client",
"claude"
]
}
}
}工具
2Array of listings with details like name, price, location, etc.
Detailed listing information including description, host details, amenities, pricing, etc.
概览
What is Airbnb MCP Server?
An MCP server that searches Airbnb and retrieves listing details. It provides two tools—airbnb_search and airbnb_listing_details—for use with AI assistants like Claude. No API key is required, and it respects Airbnb’s robots.txt rules by default.
How to use Airbnb MCP Server?
Install with npx -y @openbnb/mcp-server-airbnb and add it to your Claude Desktop config. The server exposes airbnb_search (requires a location string) and airbnb_listing_details (requires a listing id). Both accept optional parameters for dates, guests, price ranges, and a cursor for pagination.
Key features of Airbnb MCP Server
- Searches Airbnb and returns structured JSON listing data
- Fetches detailed listing info including host, amenities, and pricing
- Respects Airbnb’s robots.txt rules by default
- No API key needed – works out of the box
- Reduces context load by flattening and selecting relevant data
- Can ignore robots.txt with
--ignore-robots-txtflag
Use cases of Airbnb MCP Server
- Search for vacation rentals in a specific city with date and guest filters
- Get full details of a particular listing (amenities, host, pricing)
- Compare multiple listings returned from a search in an AI conversation
- Plan a trip by asking an assistant to find and describe available Airbnbs
- Integrate Airbnb data into custom AI workflows without writing scraping code
FAQ from Airbnb MCP Server
Does this server require an Airbnb API key?
No. The server uses web scraping (via cheerio) and does not require any API key or authentication.
Does the server respect robots.txt?
Yes, by default it follows Airbnb’s robots.txt rules. You can bypass this by passing the --ignore-robots-txt flag at startup.
What runtime environment is needed?
Node.js must be installed on the machine where the server runs (for npx to work). It is typically used alongside Claude Desktop.
What data does the server return?
Structured JSON with listing names, prices, locations, ratings, amenities, host details, and more. The output is flattened to reduce context usage.
Is this server affiliated with Airbnb, Inc.?
No. OpenBnB is not related to Airbnb, Inc. or its subsidiaries. Airbnb is a trademark of Airbnb, Inc.
其他 分类下的更多 MCP 服务器
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
ICSS
chokcoco不止于 CSS
评论