{"type":"mcp_server","name":"mcp-server-airbnb","description":"This repository provides an MCP server for searching Airbnb listings and retrieving detailed information about specific listings using tools like `airbnb_search` and `airbnb_listing_details`. No API key is required.","category":"Search & Knowledge","language":"JavaScript","stars":481,"forks":12,"owner":"openbnb-org","github_url":"https://github.com/openbnb-org/mcp-server-airbnb","homepage":null,"setup":"## Setup\n\n### Installing on Claude Desktop\nBefore starting make sure [Node.js](https://nodejs.org/) is installed on your desktop for `npx` to work.\n1. Go to: Settings > Developer > Edit Config\n\n2. Add the following to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"airbnb\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@openbnb/mcp-server-airbnb\"\n      ]\n    }\n  }\n}\n```\n\nTo ignore robots.txt for all requests, use this version with `--ignore-robots-txt` args\n\n```json\n{\n  \"mcpServers\": {\n    \"airbnb\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@openbnb/mcp-server-airbnb\",\n        \"--ignore-robots-txt\"\n      ]\n    }\n  }\n}\n```\n3. Restart Claude Desktop and plan your next trip that include Airbnbs!\n\n### Other Option: Installing via Smithery\n\nTo install mcp-server-airbnb for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@openbnb-org/mcp-server-airbnb):\n\n```bash\nnpx -y @smithery/cli install @openbnb-org/mcp-server-airbnb --client claude\n```","tools":"## Available Tools\n\n1. `airbnb_search` (Search for Airbnb listings)\n2. `airbnb_listing_details` (Get detailed information about a specific Airbnb listing)\n3. Respects Airbnb's robots.txt rules\n4. Uses cheerio for HTML parsing\n5. No API key required\n6. Returns structured JSON data\n7. Reduces context load by flattening and picking data","faq":null,"created_at":"2025-03-10T00:20:50+00:00","updated_at":"2025-03-28T16:41:27+00:00","source_url":"https://model-context-protocol.com/servers/airbnb-listing-search-mcp-server","related_articles":[]}