Airbnb MCP Server
@openbnb-org
About Airbnb MCP Server
Search Airbnb using your AI Agent
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"airbnb": {
"command": "npx",
"args": [
"-y",
"@openbnb/mcp-server-airbnb",
"--ignore-robots-txt"
]
}
}
}Tools
2Search for Airbnb listings with various filters and pagination. Provide direct links to the user
Get detailed information about a specific Airbnb listing. Provide direct links to the user
Overview
What is Airbnb MCP Server?
A comprehensive MCP Bundle (MCPB) for searching Airbnb listings with advanced filtering and detailed property information retrieval. It integrates with Airbnb.com via two tools (airbnb_search and airbnb_listing_details) and is designed for AI applications compatible with the Model Context Protocol. It is useful for users who want to programmatically query Airbnb listings with fine-grained control over search parameters.
How to use Airbnb MCP Server?
Install via the .mcpb file (Claude Desktop) or run with npx -y @openbnb/mcp-server-airbnb (Cursor, etc.). Configure options like --ignore-robots-txt or environment variable DISABLE_GEOCODING. Invoke the airbnb_search tool with at least a location (or placeId) and optionally dates, guests, price range, property type, and pagination cursor. Use airbnb_listing_details with a listing id and optional booking parameters.
Key features of Airbnb MCP Server
- Location-based search with international support via client‑side geocoding.
- Property type filtering: entire home, private/shared/hotel room.
- Date filtering, guest configuration (adults, children, infants, pets).
- Price range filtering and pagination support.
- Detailed listing details including amenities, policies, and direct links.
- Robots.txt compliance with optional override for testing.
Use cases of Airbnb MCP Server
- AI‑assisted vacation planning: search rentals in a city with custom filters.
- Detailed property inspection: fetch amenities, house rules, and coordinates.
- Price comparison: retrieve listings within a budget across multiple locations.
- Automated booking assistance: integrate search results into a chat interface.
- Travel research: analyze property features for a large set of listings.
FAQ from Airbnb MCP Server
What are the runtime dependencies?
Node.js 18+ and an MCP‑compatible client (e.g., Claude Desktop 0.10.0+). The server runs via stdio transport with minimal external packages.
How does the server handle geocoding for non‑US locations?
It uses Photon (primary) and Nominatim (fallback) to translate location strings into accurate bounding boxes. This corrects Airbnb’s own geocoder, which misplaces many international cities. You can skip geocoding per request by providing a placeId or globally by setting DISABLE_GEOCODING=true.
Can I ignore Airbnb’s robots.txt restrictions?
Yes. Pass the --ignore-robots-txt flag when starting the server, or enable the corresponding toggle in Claude Desktop settings. The default is to comply with robots.txt.
Is there a hosted alternative to running this server?
Yes. openbnb.ai is a fully‑hosted MCP server that provides the same Airbnb search functionality with zero local setup and additional features like advanced filters and an interactive UI.
What data is sent to third‑party services?
Only the location string from your search request is sent to Photon or Nominatim for geocoding (unless placeId is provided or geocoding is disabled). No IP geolocation, tracking identifiers, or other request fields are shared.
Frequently asked questions
What are the runtime dependencies?
Node.js 18+ and an MCP‑compatible client (e.g., Claude Desktop 0.10.0+). The server runs via stdio transport with minimal external packages.
How does the server handle geocoding for non‑US locations?
It uses Photon (primary) and Nominatim (fallback) to translate location strings into accurate bounding boxes. This corrects Airbnb’s own geocoder, which misplaces many international cities. You can skip geocoding per request by providing a `placeId` or globally by setting `DISABLE_GEOCODING=true`.
Can I ignore Airbnb’s robots.txt restrictions?
Yes. Pass the `--ignore-robots-txt` flag when starting the server, or enable the corresponding toggle in Claude Desktop settings. The default is to comply with robots.txt.
Is there a hosted alternative to running this server?
Yes. [openbnb.ai](https://openbnb.ai/) is a fully‑hosted MCP server that provides the same Airbnb search functionality with zero local setup and additional features like advanced filters and an interactive UI.
What data is sent to third‑party services?
Only the `location` string from your search request is sent to Photon or Nominatim for geocoding (unless `placeId` is provided or geocoding is disabled). No IP geolocation, tracking identifiers, or other request fields are shared.
Basic information
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps
ghidraMCP
LaurieWiredMCP Server for Ghidra
Blender
ahujasidOpen-source MCP to use Blender with any LLM

EverArt
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments