Confidential guide on numerology and astrology, based of GG33 Public information

MCP-Server-Airbnb
3 years
Works with Finder
0
Github Watches
25
Github Forks
74
Github Stars
Airbnb MCP Server
MCP Server for searching Airbnb and get listing details.
Tools
-
airbnb_search
- Search for Airbnb listings
- Required Input:
location
(string) - Optional Inputs:
-
placeId
(string) -
checkin
(string, YYYY-MM-DD) -
checkout
(string, YYYY-MM-DD) -
adults
(number) -
children
(number) -
infants
(number) -
pets
(number) -
minPrice
(number) -
maxPrice
(number) -
cursor
(string) -
ignoreRobotsText
(boolean)
-
- Returns: Array of listings with details like name, price, location, etc.
-
airbnb_listing_details
- Get detailed information about a specific Airbnb listing
- Required Input:
id
(string) - Optional Inputs:
-
checkin
(string, YYYY-MM-DD) -
checkout
(string, YYYY-MM-DD) -
adults
(number) -
children
(number) -
infants
(number) -
pets
(number) -
ignoreRobotsText
(boolean)
-
- Returns: Detailed listing information including description, host details, amenities, pricing, etc.
Features
- Respects Airbnb's robots.txt rules
- Uses cheerio for HTML parsing
- No API key required
- Returns structured JSON data
- Reduces context load by flattening and picking data
Setup
Installing on Claude Desktop
Before starting make sure Node.js is installed on your desktop for npx
to work.
-
Go to: Settings > Developer > Edit Config
-
Add the following to your
claude_desktop_config.json
:
{
"mcpServers": {
"airbnb": {
"command": "npx",
"args": [
"-y",
"@openbnb/mcp-server-airbnb"
]
}
}
}
To ignore robots.txt for all requests, use this version with --ignore-robots-txt
args
{
"mcpServers": {
"airbnb": {
"command": "npx",
"args": [
"-y",
"@openbnb/mcp-server-airbnb",
"--ignore-robots-txt"
]
}
}
}
- Restart Claude Desktop and plan your next trip that include Airbnbs!
Other Option: Installing via Smithery
To install mcp-server-airbnb for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @openbnb-org/mcp-server-airbnb --client claude
Build (for devs)
npm install
npm run build
License
This MCP server is licensed under the MIT License.
Disclaimer
Airbnb is a trademark of Airbnb, Inc. OpenBnB is not related to Airbnb, Inc. or its subsidiaries
相关推荐
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
I find academic articles and books for research and literature reviews.
Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.
Delivers concise Python code and interprets non-English comments
Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.
🔥 1Panel proporciona una interfaz web intuitiva y un servidor MCP para administrar sitios web, archivos, contenedores, bases de datos y LLM en un servidor de Linux.
La aplicación AI de escritorio todo en uno y Docker con trapo incorporado, agentes de IA, creador de agentes sin código, compatibilidad de MCP y más.
Servidores AWS MCP: servidores MCP especializados que traen las mejores prácticas de AWS directamente a su flujo de trabajo de desarrollo
🧑🚀 全世界最好的 llM 资料总结(数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Resumen de los mejores recursos del mundo.
Servidores MCP impresionantes: una lista curada de servidores de protocolo de contexto del modelo
Reviews

user_RbS7LTUG
I have been thoroughly impressed with the mcp-server-airbnb by openbnb-org. It seamlessly integrates with my existing systems and offers robust support for Airbnb management. The documentation is clear and comprehensive, making setup a breeze. Highly recommend it to anyone looking to streamline their Airbnb operations!