Airbnb MCP Server
Airbnb Model Context Protocol

Get Airbnb hotel data by chatting with AI.

Paste one snippet into Claude, Cursor, or Claude Code. Your agent pulls Airbnb data from plain-English prompts. Same API key, same billing as the REST API.

50 free requests on signup No credit card Any language, no code

Trusted by hospitality teams at

What you can ask

Ask in plain English.
Get real Airbnb answers.

Whatever you'd ask a junior analyst about a property, ask your agent. No syntax to learn.

>

What do guests say about Airbnb listing 22135033?

>

What would Airbnb listing 22135033 cost for a week in August, fees included?

>

Search Airbnb for two-bedroom places in Lisbon under 150 euros a night.

>

Summarize the newest reviews for my Airbnb listing and flag anything negative.

Behind the scenes

You type plain English. Your agent calls the right Airbnb tool.

Real examples. You ask, the agent picks a tool and fills the parameters, you read the answer. These outputs are illustrative.

01 Reviews
You ask

What do guests say about Airbnb listing 22135033?

Behind the scenes airbnb_listing_reviews(listing_id="22135033", sort_by="MOST_RECENT")
You see

A summary of the newest reviews: guests call out the central location and the host's quick replies, with a note or two about street noise at night.

02 Details
You ask

Summarize the newest reviews for my Airbnb listing and flag anything negative.

Behind the scenes airbnb_listing_details(listing_id="22135033") -> airbnb_listing_reviews(listing_id="22135033")
You see

The listing's rating and headline details, then the recent reviews with any negative mentions pulled out so nothing gets missed.

Connect it

Pick your client. Paste one block.

Three config systems, three snippets. Swap YOUR_API_KEY for your real key and start asking.

01

Claude Code

One terminal command.

bash
claude mcp add --scope user --transport http stayapi https://api.stayapi.com/mcp --header "X-API-Key: YOUR_API_KEY"
  1. Run the command in any terminal.
  2. Open a new Claude Code session.
  3. Confirm with claude mcp list.
02

Cursor

Edit ~/.cursor/mcp.json.

json
{
  "mcpServers": {
    "stayapi": {
      "type": "http",
      "url": "https://api.stayapi.com/mcp",
      "headers": { "X-API-Key": "YOUR_API_KEY" }
    }
  }
}
  1. Open or create the file.
  2. Paste, swap YOUR_API_KEY, save.
  3. Restart Cursor.
03

Claude Desktop

Edit claude_desktop_config.json.

json
{
  "mcpServers": {
    "stayapi": {
      "command": "npx",
      "args": [
        "-y", "mcp-remote@0.1.18",
        "https://api.stayapi.com/mcp",
        "--header", "X-API-Key:YOUR_API_KEY"
      ]
    }
  }
}
  1. Open the config file in your OS.
  2. Paste, swap the key, save.
  3. Quit Claude with ⌘ Q, relaunch.

On Windows, a bare npx can fail with spawn npx ENOENT. Use the absolute path to npx.cmd. Windows setup notes →

Shortcut Don't have a key yet? Sign up for 50 free requests. Your dashboard ships these snippets pre-filled.

Tools for Airbnb

The Airbnb tools your agent can call.

Most agents pick the right tool from your prompt, so you never name it. One tool call counts as one request, the same as a REST request.

airbnb_search_listings

Not yet available. Returns a clear "feature unavailable" message with a request link to info@stayapi.com. Not billed.

airbnb_listing_details

Get an Airbnb listing's details by listing_id or any Airbnb URL (URL to ID is instant).

airbnb_listing_reviews

Get reviews for an Airbnb listing by listing_id or URL, with sort and pagination.

Full parameters and response shapes live in the MCP docs. For the same data over REST, see the Airbnb API hub.

Point your agent at Airbnb.

Sign up, copy one snippet, drop your key in. Both paths end with your agent answering Airbnb questions in plain English.

01 · the fast path

Get your key

50 free requests on signup. Copy one snippet, drop your key in, and start asking your agent for Airbnb data.

Start free Read the MCP docs
  • 50 free requests, no credit card
  • Same key as the REST API
  • Any language, no code
02 · talk to us

Talk through your use case

15 minutes. We screen-share and wire Claude or Cursor to your real properties. Free of charge.

Book a demo
  • Working setup on the call
  • Your properties, your prompts
  • Engineering, not sales