openbnb-org/mcp-server-airbnb
Provides tools to search Airbnb and get listing details.
Quick Start
Clone the repository:
git clone https://github.com/openbnb-org/mcp-server-airbnbClaude Desktop configuration example:
{
"mcpServers": {
"mcp-server-airbnb": {
"command": "npx",
"args": [
"-y",
"openbnb-org/mcp-server-airbnb"
]
}
}
}Check the repository README for specific installation and configuration instructions.