Airbnb MCP Server

Airbnb MCP Server

Enables searching for Airbnb listings and retrieving detailed accommodation information with direct links to Airbnb pages.

Category
Visit Server

Tools

airbnb_search

Search for Airbnb listings with various filters and pagination. Provide direct links to the user

airbnb_listing_details

Get detailed information about a specific Airbnb listing. Provide direct links to the user

README

Serveur MCP Airbnb

smithery badge

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 que npx 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"
      ]
    }
  }
}
  1. 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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured