dida mcp server for Grok
io.github.nathishdev-netizen/dida-mcp-server
Hotel search, booking, and review MCP server with 12+ detailed fields per hotel
client:Grok
transport:stdio
runtime:pypi
Install dida mcp server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"dida-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"dida-mcp-server"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs