Best for
- Users who want AI-assisted accommodation search and listing research.
- Travel planners needing international location search, price filters, and property details.
- Developers and researchers able to run a Node.js MCP client.
An open-source, MIT-licensed Airbnb search MCP server focused on listing search and detail retrieval. Its documentation covers Claude Desktop and Cursor installation and clearly discloses geocoding dependencies, robots.txt compliance, and its non-official status.
This open-source MCP server is packaged as an MCP Bundle for searching Airbnb listings and retrieving detailed property information. It supports location, dates, guest counts, pricing, property types, and pagination, and returns listing details, amenities, policies, and direct links. It is independent of Airbnb, Inc.
For Claude Desktop, download the latest .mcpb file, open it to install, and configure the available settings. For Cursor and similar clients, install Node.js 18 or later, add the documented configuration to mcp.json, and restart the client. The server can also be launched with npx -y @openbnb/mcp-server-airbnb.
{"mcpServers":{"airbnb":{"command":"npx","args":["-y","@openbnb/mcp-server-airbnb"]}}}