Featured
Y
Your brand here
Get featured
MCP ServerSTDIO

Airbnb Search MCP Server

The Airbnb Search MCP server (from OpenBnB) lets an AI model search Airbnb listings by location, dates and filters, then pull the full details for any result. It works without an API key by respecting Airbnb's public search, making it a simple building block for travel-planning and comparison agents.

Hosted URL

Bring your own

Suggested model

Claude Sonnet 4.5

MCP Playground runs 40+ models on the same workflow: switch anytime, or use Compare mode to run several in parallel and balance quality vs. cost.

Auth

No token required

What the Airbnb Search MCP server does

How models use it and what it is built for.

The Airbnb MCP server exposes two MCP tools built on Airbnb's public search. One searches listings for a location with check-in/check-out dates, guest counts and filters, returning results with prices and links; the other fetches the full details for a specific listing — amenities, house rules, ratings and more. It runs as a Node.js stdio process and needs no credentials. It honours Airbnb's robots directives by default, so it is intended for personal trip planning and research rather than bulk scraping. For a travel agent, it turns "find me a place" into structured, comparable results the model can reason over.

Tools the Airbnb Search MCP server exposes

Typical tools an AI model can call. Exact names vary by version.

  • airbnb_search — search listings by location, dates, guests and filters, with prices and links
  • airbnb_listing_details — fetch full details for a specific listing (amenities, rules, ratings)

Example prompts to try

Copy any of these into MCP Agent Studio after connecting.

  • Find Airbnb listings in Lisbon for two adults, check-in 12 Aug, check-out 16 Aug, under €150 a night.

  • Compare the top three results and tell me which has the best rating-to-price ratio.

  • Get the full details for this listing and list its amenities and house rules.

  • Search for pet-friendly places near Austin for a weekend in September and summarise the options.

Models on MCP Playground

This is not a single-model product: you get the same MCP connection with 40+ models (Claude, GPT, Gemini, DeepSeek, open-weight, and more), you can switch mid-conversation, and you can open Compare mode to run the same prompt against multiple models at once. The card above is a suggested starting point for this server — not the only choice.

Default pick for Airbnb Search

Claude Sonnet 4.5

Claude Sonnet 4.5 handles multi-step trip planning — searching, comparing and pulling details — reliably. Haiku 4.5 is fine for a single search-and-summarise request.

Try the Airbnb Search MCP server in your browser

Open MCP Agent Studio with the connection pre-filled. Add your token, pick any of 40+ models, and start chatting — no install required.

Open Agent Studio

Airbnb Search MCP server — FAQ

Common questions about connecting, scoping and using it safely.

What is the Airbnb MCP server?

It is an open-source MCP server from OpenBnB that lets AI models search Airbnb listings and fetch listing details through the Model Context Protocol. It works without an API key by using Airbnb's public search.

Which tools does the Airbnb MCP server expose?

Two tools: airbnb_search to find listings by location, dates, guests and filters (returning prices and links), and airbnb_listing_details to fetch the full details of a specific listing, including amenities, house rules and ratings.

Does the Airbnb MCP server need an API key or login?

No. It uses Airbnb's public search and requires no credentials, so you can deploy and query it immediately. It respects Airbnb's robots directives by default.

Is it okay to use for a real trip?

Yes, for personal trip planning and research. It is not intended for bulk scraping or commercial data harvesting — keep usage to the kind of searching a person would do when booking a stay.

How do I test an Airbnb MCP server in the browser?

Open MCP Agent Studio, deploy the hosted Airbnb server from the catalog (no key needed), pick a model and describe the trip. You can watch each airbnb_search and airbnb_listing_details call and its results live.

Other MCP servers

More on MCP Playground

Airbnb MCP Server — AI Agent for Listing Search