mcp-server-airbnb
165
The Airbnb MCP Server enables searching for Airbnb listings and accessing detailed information about them through an MCP interface. It supports features like respecting robots.txt rules and doesn't require an API key. The server is aimed at streamlining access to Airbnb data for enhanced user interaction and planning.
Airbnb MCP Server
- Purpose: MCP Server for searching Airbnb and retrieving listing details.
- Tools:
- airbnb_search: Search for Airbnb listings with inputs like location, check-in/check-out dates, and number of guests.
- airbnb_listing_details: Retrieve detailed information about specific Airbnb listings.
- Features:
- Respects Airbnb's robots.txt rules.
- Uses Cheerio for HTML parsing.
- Returns structured JSON data.
- No API key required.
- Reduces context load with flat data structure.
- Setup:
- Requires Node.js and configuration in
claude_desktop_config.json
for installation on Claude Desktop, or via Smithery for automated setup.
- Requires Node.js and configuration in