Airbnb MCP Server
MCP Server for searching Airbnb and get listing details.
Tools
airbnb_search- Search for Airbnb listings
- Required Input:
location(string) - Optional Inputs:
placeId(string)checkin(string, YYYY-MM-DD)checkout(string, YYYY-MM-DD)adults(number)children(number)infants(number)pets(number)minPrice(number)maxPrice(number)cursor(string)ignoreRobotsText(boolean)
- Returns: Array of listings with details like name, price, location, etc.
airbnb_listing_details- Get detailed information about a specific Airbnb listing
- Required Input:
id(string) - Optional Inputs:
checkin(string, YYYY-MM-DD)checkout(string, YYYY-MM-DD)adults(number)children(number)infants(number)pets(number)ignoreRobotsText(boolean)
- Returns: Detailed listing information including description, host details, amenities, pricing, etc.
Features
- Respects Airbnb’s robots.txt rules
- Uses cheerio for HTML parsing
- No API key required
- Returns structured JSON data
- Reduces context load by flattening and picking data
Setup
Installing on Claude Desktop
Before starting make sure Node.js is installed on your desktop for npx to work.
Go to: Settings > Developer > Edit Config
Add the following to your
claude_desktop_config.json:
{
"mcpServers": {
"airbnb": {
"command": "npx",
"args": [
"-y",
"@openbnb/mcp-server-airbnb"
]
}
}
}
To ignore robots.txt for all requests, use this version with --ignore-robots-txt args
{
"mcpServers": {
"airbnb": {
"command": "npx",
"args": [
"-y",
"@openbnb/mcp-server-airbnb",
"--ignore-robots-txt"
]
}
}
}
- Restart Claude Desktop and plan your next trip that include Airbnbs!
Other Option: Installing via Smithery
To install mcp-server-airbnb for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @openbnb-org/mcp-server-airbnb --client claude
Build (for devs)
npm install
npm run build
License
This MCP server is licensed under the MIT License.
Disclaimer
Airbnb is a trademark of Airbnb, Inc. OpenBnB is not related to Airbnb, Inc. or its subsidiaries
Airbnb Search and Listing Server
Project Details
- openbnb-org/mcp-server-airbnb
- @openbnb/mcp-server-airbnb
- MIT License
- Last Updated: 4/21/2025
Recomended MCP Servers
MCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions...
MCP Toolbox for Databases is an open source MCP server for databases, designed and built with enterprise-quality and...
A simple MCP server to search for documentation (tutorial)
Amadeus MCP(Model Context Protocol) Server
An MCP server for people who surf waves and the web.
An unofficial and community-built MCP server for integrating with https://railway.app
MCP server for analyzing claims, validating sources, and detecting manipulation using multiple epistemological frameworks
A Model Context Protocol server for Ashra
Allow AI to wade through complex OpenAPIs using Simple Language
A Model Context Protocol server for calculating.





