Files
owl/community_usecase/Airbnb-MCP/mcp_servers_config.json
Sarthak Bhardwaj 35a3fa92aa Add Airbnb
2025-04-11 10:21:03 +05:30

13 lines
178 B
JSON

{
"mcpServers": {
"airbnb": {
"command": "npx",
"args": [
"-y",
"@openbnb/mcp-server-airbnb",
"--ignore-robots-txt"
]
}
}
}