L'utilisation du MCP Tool sur n8n (Ex : MCP TOOL Airbnb)

Dans cette vidéo, je vais vous montrer comment utiliser le MCP Tool sur n8n en prenant l’exemple du MCP Tool pour Airbnb.

For an Airbnb MCP tool in n8n, the setup is an MCP Client node (or the AI Agent node with an MCP tool) pointed at a server that actually exposes the data, and then the agent can call it like any other tool. The part that matters is which MCP server you point it at, since it has to return real Airbnb data. StayingAPI ships an MCP server for exactly this, so keep that in mind that it’s mine, covering Airbnb, Booking, Vrbo and Google Hotels, so the agent can call search, listing details and availability directly. If you’re on an older n8n build without the MCP node, you can hit the same data over a plain HTTP Request node and skip MCP entirely.