Dida Hotel MCP
Rank #5,868io.github.DIDA-AI/hotelbooking-ai
Hotel Booking MCP Server (Global/AI Edition)
Dida Hotel MCP is a Model Context Protocol (MCP) server published by DIDA-AI. It ranks #5,868 of 115,460 servers tracked on MCP Toplist, and its repository has 81 GitHub stars. Dida Hotel MCP is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 7, 2026 and most recently updated on Jul 20, 2026.
Ranks ahead of 109,592 of 115,460 servers on MCP Toplist.
Use Dida Hotel MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add hotelbooking-ai -e "DIDA_API_KEY=<your DIDA_API_KEY>" -- npx -y @didaai/hotelbooking-aiReplace each placeholder with your own value before saving.
[mcp_servers.hotelbooking-ai]
command = "npx"
args = ["-y", "@didaai/hotelbooking-ai"]
[mcp_servers.hotelbooking-ai.env]
DIDA_API_KEY = "<your DIDA_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hotelbooking-ai": {
"command": "npx",
"args": [
"-y",
"@didaai/hotelbooking-ai"
],
"env": {
"DIDA_API_KEY": "<your DIDA_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hotelbooking-ai": {
"command": "npx",
"args": [
"-y",
"@didaai/hotelbooking-ai"
],
"env": {
"DIDA_API_KEY": "<your DIDA_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"hotelbooking-ai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@didaai/hotelbooking-ai"
],
"env": {
"DIDA_API_KEY": "<your DIDA_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hotelbooking-ai": {
"command": "npx",
"args": [
"-y",
"@didaai/hotelbooking-ai"
],
"env": {
"DIDA_API_KEY": "<your DIDA_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hotelbooking-ai": {
"command": "npx",
"args": [
"-y",
"@didaai/hotelbooking-ai"
],
"env": {
"DIDA_API_KEY": "<your DIDA_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.DIDA-AI%2Fhotelbooking-ai)<a href="https://mcptoplist.com/server/io.github.DIDA-AI%2Fhotelbooking-ai"><img src="https://mcptoplist.com/badge/io.github.DIDA-AI%2Fhotelbooking-ai.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
DIDA-AI
Other servers by DIDA-AI
View all DIDA-AI servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | Jul 20, 2026 |
Frequently asked questions
- Who maintains Dida Hotel MCP?
- Dida Hotel MCP is maintained by DIDA-AI, which publishes 4 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Dida Hotel MCP listed on the Official MCP Registry?
- Yes — Dida Hotel MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Dida Hotel MCP have?
- MCP Toplist tracks 1 version of Dida Hotel MCP, most recently published on Jul 20, 2026.
- Where can I find the source code for Dida Hotel MCP?
- The source code for Dida Hotel MCP is hosted at github.com/DIDA-AI/Dida-Hotel-MCP-Global.