Submit

Airbnb Mcp Server

@openbnb-org

Overview

What is Airbnb MCP Server?

Airbnb MCP Server is a tool designed for searching Airbnb listings and retrieving detailed information about them.

How to use Airbnb MCP Server?

To use the Airbnb MCP Server, you can install it on your desktop using Node.js and run it with the command npx -y @openbnb/mcp-server-airbnb. You can also install it automatically via Smithery.

Key features of Airbnb MCP Server?

  • Searches for Airbnb listings based on various parameters.
  • Retrieves detailed information about specific listings.
  • Respects Airbnb's robots.txt rules.
  • No API key is required for usage.
  • Returns structured JSON data for easy integration.

Use cases of Airbnb MCP Server?

  1. Finding suitable Airbnb accommodations for travel.
  2. Accessing detailed information about specific Airbnb listings.
  3. Integrating Airbnb search functionality into other applications.

FAQ from Airbnb MCP Server?

  • Can I use this server without an API key?

Yes! The Airbnb MCP Server does not require an API key to function.

  • How do I install the server?

You can install it using Node.js with the command npx -y @openbnb/mcp-server-airbnb or via Smithery for automatic installation.

  • What kind of data can I retrieve?

You can retrieve listing details including name, price, location, host details, amenities, and more.

Server Config

{
  "mcpServers": {
    "airbnb": {
      "command": "npx",
      "args": [
        "-y",
        "@openbnb/mcp-server-airbnb",
        "--ignore-robots-txt"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.