You cannot connect Airbnb to Claude directly, because Airbnb restricts its API to approved software partners and has not released an MCP server. The reliable route is a property management system in the middle: your PMS holds official Airbnb API access, and its MCP server gives Claude a live, authorized window into your reservations, calendars, guest messages, and payouts. Hospitable runs a hosted MCP server today, Guesty has one in beta, and if you use neither, Airbnb's own CSV exports or a browser-based workflow still get your data in front of Claude.
Pick your routeThree ways in, one clear winner
Which route fits depends on one question: is your Airbnb account connected to a property management system? If yes, or if you have been meaning to set one up, route 1 is dramatically better than the rest. If you run everything from the Airbnb app with no PMS, routes 2 and 3 still work.
PMS with an MCP server
Your PMS syncs with Airbnb through its official API partnership. Claude connects to the PMS's MCP server and sees live data across every channel, not just Airbnb.
CSV exports
Airbnb lets hosts download earnings and reservation data as CSV. Drop the file into a Claude conversation or Project and analyze away.
Browser workflows
Claude for Chrome can see and interact with your Airbnb host dashboard in your own logged-in browser session. Slower, but reaches anything the dashboard shows.
How route 1 worksThe PMS-in-the-middle architecture
This is the honest version of "Airbnb MCP." Nobody outside Airbnb's partner program talks to Airbnb's API, so the products that legitimately hold that access become the bridge. According to Airbnb's API Terms of Service, partner organizations must sign a mutual NDA, agree to the API Terms, sign partner-specific terms, and pass a data security review before touching the API. Your PMS did all of that so you don't have to.
MCP is the Model Context Protocol, the open standard Anthropic introduced in November 2024 for connecting AI assistants to tools and data. Claude supports remote MCP servers as custom connectors on every plan, per Anthropic's help center, with Free accounts limited to one custom connector.
The side benefit hosts underrate: because the PMS aggregates every channel, Claude sees your Vrbo and Booking.com reservations through the same connection. A direct Airbnb integration, even if it existed, would show you less.
Once connectedWhat you can actually ask Claude
Real prompts an operator would run against a connected PMS. The read queries work on both Hospitable and Guesty; the action prompts require a server that supports writes, which today means Hospitable.
WalkthroughRoute 1 in practice: Hospitable's hosted MCP server
Hospitable is the worked example because it shipped first and requires zero code. According to Hospitable, it is the first official MCP server from a short-term rental platform, it is available on most plans, and unlike community-built read-only tools it can facilitate actions: sending guest messages, responding to reviews, creating tasks, and updating calendars. If you use Guesty instead, the callout below covers the differences, and our dedicated Hospitable and Guesty guides go deeper on each.
Make sure your Airbnb account is connected to your PMS
If you already run Hospitable, this is done: your Airbnb listings, reservations, and message threads are syncing through Hospitable's direct Airbnb API connection. If you are PMS-less, connecting one is the real setup cost of this route, and it pays for itself well beyond Claude.
Add the MCP server as a custom connector in Claude
In Claude (web or Desktop), open Settings, then Connectors, choose Add custom connector, and paste the server URL:
https://mcp.hospitable.com/mcpThat URL comes straight from Hospitable's support documentation. Team and Enterprise workspaces add it once at the organization level; members then enable it individually.
Sign in and authorize
Claude prompts you to sign in with Hospitable via OAuth and explicitly authorize access. Per Hospitable's documentation, every AI tool must be individually authorized before it can read or do anything in your account, and you can revoke that access at any time. If your MCP client cannot do OAuth, Hospitable supports fallback bearer tokens, though OAuth is the recommended path.
Ask something you actually need
Start with a read query like the check-in rundown above and confirm the numbers against your dashboard. Once you trust the reads, try an action prompt, and keep the habit of telling Claude to show you drafts before anything reaches a guest.
Guesty's MCP server is live but explicitly early-stage. According to Guesty's Open API documentation, the hosted endpoint is https://mcp.guesty.com/v1, it authenticates with a bearer token or OAuth2 client credentials, and during the beta it exposes read endpoints only: Claude can look up and summarize your Guesty data but cannot create, update, or delete anything. Guesty lists Claude Desktop among its supported clients. Full setup in our Guesty guide.
No PMS?Route 2: Airbnb's own CSV exports
Airbnb gives every host structured data exports, and Claude is very good at spreadsheets. According to Airbnb's Help Center, you can open your Earnings section, filter by listing and date range, and select Get report to download your transaction history as a CSV that includes your earnings, host service fees, cleaning fees, gross earnings, and any taxes withheld.
The workflow:
- Download the earnings CSV from your Airbnb Earnings dashboard (there is also a reservations export on the reservations list).
- Attach the file to a Claude conversation, or add it to a Claude Project so every chat can reference it.
- Ask for the analysis Airbnb's dashboard will not do: "What is my effective nightly rate after fees by month?", "Which listing's cleaning fee income does not cover what I pay my cleaner?", "Project my Q4 payout if occupancy holds."
The limitation is freshness. A CSV is a snapshot, so this route suits monthly reviews, tax prep, and pricing post-mortems, not day-of operations.
The escape hatchRoute 3: Claude in your browser
For everything the exports do not cover and no PMS exposes, there is the browser. Anthropic's Claude for Chrome extension lets Claude see pages and take actions in your own logged-in Chrome session, clicking buttons and filling forms with your confirmation, and as of Anthropic's December 2025 update it is available to Pro, Team, and Enterprise subscribers. Pointed at your Airbnb host dashboard, it can read reservation details, walk through resolution-center forms, or pull numbers the CSV omits.
Treat it as the slow, careful route: it operates at human browsing speed, and Anthropic itself advises being mindful about which sites you let it work on. It is the right tool for occasional deep dives, not for daily reporting.
BackgroundWhy there is no direct Airbnb route
Three facts explain the whole landscape, and knowing them will save you from a few dead ends:
1. The Airbnb API is partner-only, by design. Airbnb's API Terms of Service describe API access as something granted through defined API Programs (property management software, channel managers, and similar host-service tools), with an NDA, partner terms, and a data security review as table stakes. Guides for hosts, like Hostex's March 2026 walkthrough, are blunt about the consequence: individual hosts cannot get direct access and should route through software that already has it.
2. The "Airbnb MCP servers" on GitHub are listing-search scrapers. The most popular community project, openbnb-org/mcp-server-airbnb, is genuinely useful, but read its scope: two tools, airbnb_search and airbnb_listing_details, built on publicly available listing pages, with an explicit disclaimer that it is not affiliated with Airbnb, Inc. It is a market-research tool. It cannot see your reservations, your payouts, or your guest inbox, and no amount of configuration changes that.
3. Airbnb has not shipped a host-facing AI interface. As of July 2026 there is no official Airbnb MCP server or agent API. The nearest headline, reported by TechCrunch in June 2026, is that CEO Brian Chesky is starting a personal AI lab, a venture that is explicitly not directly connected to Airbnb. If Airbnb does open an agent interface later, the PMS route will still have the advantage of covering your other channels alongside it.
Troubleshooting
Claude added the connector but no Hospitable tools show up
Confirm the URL is exactly https://mcp.hospitable.com/mcp (including the trailing /mcp path), then disconnect and reconnect the connector so the OAuth authorization runs again. Hospitable's support docs recommend reconnecting with the same URL when tools stop appearing. On Claude Desktop, fully quit and reopen the app after adding a connector.
The OAuth sign-in never completes
Pop-up blockers are the usual culprit; allow pop-ups for claude.ai and retry. If your MCP client genuinely cannot handle OAuth, Hospitable supports fallback bearer tokens for setup, though it recommends OAuth wherever available.
Claude says it cannot update or create anything in Guesty
That is expected, not broken. Guesty's MCP server documentation states that during the beta the server exposes read endpoints only. Assistants can look up and summarize data but cannot create, update, or delete Guesty records. Watch Guesty's Open API changelog for write support.
A community Airbnb MCP server connects but shows none of my listings' bookings
Community servers like openbnb-org/mcp-server-airbnb search public listing pages. They have no login to your host account and never will, so reservations, payouts, and messages are invisible to them. For account data you need the PMS route or CSV exports.
My CSV analysis numbers do not match my Airbnb dashboard
Check which report you exported. The earnings CSV includes host service fees, cleaning fees, and taxes withheld as separate columns, so gross and net figures diverge. Tell Claude explicitly which column to treat as revenue, and confirm the date filter you applied before exporting matches the dashboard view you are comparing against.
Quick FAQ
Does Airbnb have a public API for hosts?
No. Access is restricted to approved software partners through Airbnb's API Programs, which require an NDA, partner-specific terms, and a data security review per Airbnb's API Terms of Service. Individual hosts cannot apply; the practical path is software that already holds access.
Is there an official Airbnb MCP server?
No. As of July 2026, Airbnb has not announced or shipped one. The official MCP servers in this space come from PMS vendors: Hospitable's hosted server at mcp.hospitable.com/mcp and Guesty's beta at mcp.guesty.com/v1.
What do the community "Airbnb MCP servers" actually do?
They search public listings. The openbnb-org project exposes airbnb_search and airbnb_listing_details, built on scraped public pages, and its README states it is not affiliated with Airbnb. Good for comping a market, useless for running your own account.
Can Claude send messages to my Airbnb guests?
Through a PMS, yes. Hospitable's MCP server supports actions including sending guest messages, responding to reviews, creating tasks, and updating calendars, and every AI tool must be explicitly authorized by you first. Guesty's server is read-only during beta.
Do I need a paid Claude plan?
Custom connectors work on Free, Pro, Max, Team, and Enterprise plans, with Free limited to one custom connector, per Anthropic's help center. Claude for Chrome, if you want route 3, is available on Pro, Team, and Enterprise.
What about turnover photos?
None of these routes analyze images at operational scale, and photos are where the expensive surprises live. That specific job, running AI damage detection across every turnover photo set so issues surface before the next guest arrives, is what we build at RapidEye. It slots alongside a Claude-connected PMS rather than replacing it.
Sources
- API Terms of Service, Airbnb Help Centerhttps://www.airbnb.com/help/article/3418
- How to Get the Airbnb API: A Practical Guide for Hosts, Hostex (March 2026)https://hostex.io/blog/how-to-get-the-airbnb-api/
- Connect an AI Agent to Hospitable Using MCP, Hospitable support documentationhttps://help.hospitable.com/en/articles/14424057-connect-an-ai-agent-to-hospitable-using-mcp
- MCP for Airbnb and Short-Term Rentals, Hospitablehttps://hospitable.com/airbnb-mcp
- Guesty MCP Server (Beta), Guesty Open API documentationhttps://open-api-docs.guesty.com/docs/guesty-mcp-server-beta
- Download your earnings, Airbnb Help Centerhttps://www.airbnb.com/help/article/3632
- openbnb-org/mcp-server-airbnb, GitHubhttps://github.com/openbnb-org/mcp-server-airbnb
- Getting started with custom connectors using remote MCP, Anthropic Help Centerhttps://support.claude.com/en/articles/11175166-getting-started-with-custom-connectors-using-remote-mcp
- Claude for Chrome, Anthropichttps://claude.com/blog/claude-for-chrome
- Airbnb's Brian Chesky plans to launch a new AI lab, TechCrunch (June 4, 2026)https://techcrunch.com/2026/06/04/airbnbs-brian-chesky-plans-to-launch-a-new-ai-lab/
- Introducing the Model Context Protocol, Anthropic (November 2024)https://www.anthropic.com/news/model-context-protocol
Keep going
Connect Hospitable to Claude
The full guide: the official MCP server plus a self-hosted read-only alternative with working code.
Connect Guesty to Claude
Guesty's Open API and beta MCP server, with setup for the hosted and local options.
The RapidEye API
Programmatic access to AI inspection results for your turnover photos and walkthroughs.

