Dida Hotel MCP CN Server
Rank #15,756io.github.DIDA-AI/hotelbooking
Hotel Booking MCP Server
Dida Hotel MCP CN Server is a Model Context Protocol (MCP) server published by DIDA-AI. It ranks #15,756 of 115,460 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. Dida Hotel MCP CN Server is listed on Official MCP, with 1 tracked version. It was first listed on Jul 20, 2026 and most recently updated on Jul 20, 2026.
Ranks ahead of 99,704 of 115,460 servers on MCP Toplist.
Use Dida Hotel MCP CN Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add hotelbooking -e "DIDA_API_KEY=<your DIDA_API_KEY>" -- npx -y @didaai/hotelbookingReplace each placeholder with your own value before saving.
[mcp_servers.hotelbooking]
command = "npx"
args = ["-y", "@didaai/hotelbooking"]
[mcp_servers.hotelbooking.env]
DIDA_API_KEY = "<your DIDA_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hotelbooking": {
"command": "npx",
"args": [
"-y",
"@didaai/hotelbooking"
],
"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": {
"command": "npx",
"args": [
"-y",
"@didaai/hotelbooking"
],
"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": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@didaai/hotelbooking"
],
"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": {
"command": "npx",
"args": [
"-y",
"@didaai/hotelbooking"
],
"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": {
"command": "npx",
"args": [
"-y",
"@didaai/hotelbooking"
],
"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)<a href="https://mcptoplist.com/server/io.github.DIDA-AI%2Fhotelbooking"><img src="https://mcptoplist.com/badge/io.github.DIDA-AI%2Fhotelbooking.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
DIDA-AI
Other servers by DIDA-AI
View all DIDA-AI servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jul 20, 2026 |
Frequently asked questions
- Who maintains Dida Hotel MCP CN Server?
- Dida Hotel MCP CN Server is maintained by DIDA-AI, which publishes 4 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Dida Hotel MCP CN Server listed on the Official MCP Registry?
- Yes — Dida Hotel MCP CN Server is listed on the Official MCP Registry.
- How many versions does Dida Hotel MCP CN Server have?
- MCP Toplist tracks 1 version of Dida Hotel MCP CN Server, most recently published on Jul 20, 2026.
- Where can I find the source code for Dida Hotel MCP CN Server?
- The source code for Dida Hotel MCP CN Server is hosted at github.com/DIDA-AI/Dida-hotel-MCP-CN.