Airbnb MCP Server
@openbnb-org
About Airbnb MCP Server
Search Airbnb using your AI Agent
Basic information
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
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
More Other MCP servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments