The Airbnb MCP server lets AI agents search Airbnb listings with filters for location, dates, price, and amenities. It provides detailed property information, including photos, reviews, and host details. The server connects to Airbnb's API, allowing agents to retrieve real-time listing data. Developers use it to build travel planning tools, property analysis dashboards, and automated booking systems.
The Airbnb MCP server lets AI agents search Airbnb listings with filters for location, dates, price, and amenities. It provides detailed property information, including photos, reviews, and host details. The server connects to Airbnb's API, allowing agents to retrieve real-time listing data. Developers use it to build travel planning tools, property analysis dashboards, and automated booking systems.
npx -y @openbnb/mcp-server-airbnbAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"openbnb-org-mcp-server-airbnb-github": {
"command": "npx",
"args": [
"-y",
"npx -y @openbnb/mcp-server-airbnb"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from airbnb?"
No configuration required. This server works out of the box.
"What resources are available in airbnb?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in airbnb"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in airbnb with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.