MCP Server
Active
MIT
io.github.DIDA-AI/hotelbooking MCP Server
io.github.DIDA-AI/hotelbooking
What is the io.github.DIDA-AI/hotelbooking MCP server?
Hotel Booking MCP Server
How to install io.github.DIDA-AI/hotelbooking
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
DIDA_API_KEYrequiredsecretDida Hotel API Key
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"hotelbooking": {
"command": "npx",
"args": [
"-y",
"@didaai/hotelbooking"
],
"env": {
"DIDA_API_KEY": "<YOUR_DIDA_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"hotelbooking": {
"command": "npx",
"args": [
"-y",
"@didaai/hotelbooking"
],
"env": {
"DIDA_API_KEY": "<YOUR_DIDA_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"hotelbooking": {
"command": "npx",
"args": [
"-y",
"@didaai/hotelbooking"
],
"env": {
"DIDA_API_KEY": "<YOUR_DIDA_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"hotelbooking": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@didaai/hotelbooking"
],
"env": {
"DIDA_API_KEY": "<YOUR_DIDA_API_KEY>"
}
}
}
}Claude Code
claude mcp add hotelbooking --env DIDA_API_KEY=<YOUR_DIDA_API_KEY> -- npx -y @didaai/hotelbookingRelated MCP servers
AI-powered hotel search and booking for 2M+ global properties with real-time pricing and inventory.
81
View repository →Python
MIT