Airbnb
About
Integrates with Airbnb's search and listing details functionality to enable vacation rental discovery and analysis with filters for location, dates, guests, amenities, and pricing
Details
- Author
- domoteek
- Repository
- Domoteek/mcp-server-airbnb
- License
- MIT License
- Categories
- Search, Web Scraping, AI, Design, Developer Tools, Frontend, Knowledge Base, Project Management
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
AirbnbCommand (node, npx, python, etc.)npxArguments-
Argument 1
-y -
Argument 2
@Domoteek/mcp-server-airbnb
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Autre Option Installation Via Smithery
Pour installer mcp-server-airbnb pour Claude Desktop automatiquement viaSmithery:
npx -y @smithery/cli install @Domoteek/mcp-server-airbnb --client claude
Airbnb est une marque déposée d'Airbnb, Inc. Domoteek n'est pas lié à Airbnb, Inc. ou à ses filiales
Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.
One API for Search, Crawling, and Sitemaps
Search for products and compare prices at Coles and Woolworths supermarkets in Australia.
Query computer component prices from Taiwan's CoolPC website to generate AI-assisted price quotes.
A product search server that provides markdown-formatted responses with clickable product links and prices.
AI-powered lead generation from Google Maps. Search businesses, enrich with emails/phones/socials, score leads 0-100, export CSV. Free alternative to Apollo.io. No API keys required.
Local business search and lead generation via Google Maps
An MCP server for searching Google Scholar, built for AI assistants and automation workflows that need papers, authors, citations, and BibTeX entries.
A server for Google search and webpage content extraction, built on Cloudflare Workers with OAuth support.
A Google search server using Playwright for parallel keyword searches.
Live flight prices and booking links for AI agents and developers.
airbnb_search
Recherche d'annonces Airbnb. Entrée requise : location (chaîne de caractères). Entrées optionnelles incluent placeId, checkin, checkout, adults, children, infants, pets, minPrice, maxPrice, cursor, ignoreRobotsText. Retourne un tableau d'annonces avec des détails comme le nom, le prix, l'emplacement, etc.
airbnb_listing_details
Obtenir des informations détaillées sur une annonce Airbnb spécifique. Entrée requise : id (chaîne de caractères). Entrées optionnelles incluent checkin, checkout, adults, children, infants, pets, ignoreRobotsText. Retourne des informations détaillées sur l'annonce, y compris la description, les détails de l'hôte, les équipements, les tarifs, etc.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"airbnb": {
"cwd": null,
"env": {},
"args": [
"-y",
"@Domoteek/mcp-server-airbnb"
],
"shell": false,
"command": "npx"
}
}
}
Linux
{
"cwd": null,
"env": [],
"args": [
"-y",
"@Domoteek/mcp-server-airbnb"
],
"shell": false,
"command": "npx"
}
Macos
{
"cwd": null,
"env": [],
"args": [
"-y",
"@Domoteek/mcp-server-airbnb"
],
"shell": false,
"command": "npx"
}
Windows
{
"cwd": null,
"env": [],
"args": [
"/c",
"npx",
"-y",
"@Domoteek/mcp-server-airbnb"
],
"shell": false,
"command": "cmd"
}
Serveur MCP Airbnb
Serveur MCP pour rechercher des annonces Airbnb et obtenir les détails des logements. Fournit des liens directs vers les annonces Airbnb dans les résultats de recherche.
Outils
1. airbnb_search
- Recherche d'annonces Airbnb
- Entrée requise : location (chaîne de caractères)
- Entrées optionnelles :
- placeId (chaîne de caractères)
- checkin (chaîne de caractères, AAAA-MM-JJ)
- checkout (chaîne de caractères, AAAA-MM-JJ)
- adults (nombre)
- children (nombre)
- infants (nombre)
- pets (nombre)
- minPrice (nombre)
- maxPrice (nombre)
- cursor (chaîne de caractères)
- ignoreRobotsText (booléen)
- Retourne : Tableau d'annonces avec des détails comme le nom, le prix, l'emplacement, etc. Chaque annonce inclut une url directe vers la page Airbnb.
2. airbnb_listing_details
- Obtenir des informations détaillées sur une annonce Airbnb spécifique
- Entrée requise : id (chaîne de caractères)
- Entrées optionnelles :
- checkin (chaîne de caractères, AAAA-MM-JJ)
- checkout (chaîne de caractères, AAAA-MM-JJ)
- adults (nombre)
- children (nombre)
- infants (nombre)
- pets (nombre)
- ignoreRobotsText (booléen)
- Retourne : Informations détaillées sur l'annonce, y compris la description, les détails de l'hôte, les équipements, les tarifs, etc. La réponse inclut une url directe vers la page de l'annonce Airbnb.
Fonctionnalités
- Respecte les règles du fichier robots.txt d'Airbnb
- Utilise cheerio pour l'analyse HTML
- Aucune clé API requise
- Retourne des données JSON structurées
- Réduit la charge de contexte en aplatissant et en sélectionnant les données
- Fournit des URL directes vers les annonces Airbnb
Installation
Installation sur Claude Desktop
Avant de commencer, assurez-vous que Node.js est installé sur votre ordinateur pour quenpx fonctionne.
1. Allez dans : Paramètres > Développeur > Modifier la configuration
2. Ajoutez ce qui suit à votre fichier claude_desktop_config.json :
{
"mcpServers": {
"airbnb": {
"command": "npx",
"args": [
"-y",
"@Domoteek/mcp-server-airbnb"
]
}
}
}
Pour ignorer le fichier robots.txt pour toutes les requêtes, utilisez cette version avec l'argument --ignore-robots-txt :
{
"mcpServers": {
"airbnb": {
"command": "npx",
"args": [
"-y",
"@Domoteek/mcp-server-airbnb",
"--ignore-robots-txt"
]
}
}
}
3. Redémarrez Claude Desktop et planifiez votre prochain voyage incluant des Airbnbs !
Autre option : Installation via Smithery
Pour installer mcp-server-airbnb pour Claude Desktop automatiquement via Smithery :
npx -y @smithery/cli install @Domoteek/mcp-server-airbnb --client claude
Compilation (pour les développeurs)
npm install
npm run build
Licence
Ce serveur MCP est sous licence MIT.
Avertissement
Airbnb est une marque déposée d'Airbnb, Inc.
Domoteek n'est pas lié à Airbnb, Inc. ou à ses filiales
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


