dida mcp server for Cursor
io.github.nathishdev-netizen/dida-mcp-server
Hotel search, booking, and review MCP server with 12+ detailed fields per hotel
client:Cursor
transport:stdio
runtime:pypi
Install dida mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"dida-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"dida-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs