I've looked at https://github.com/microsoft/multilspy/blob/main/src/multilspy/language_servers/clangd_language_server/clangd_language_server.py and it looks like it auto-locates / auto-installs clangd.
This supports uneducated users well, and removes the need for end users to worry about installing clangd... but I don't think that's everyone's use case. In my case, I've installed clangd already and I know where it is.
I would like to just point multilspy at where clangd is, and start hacking.
Please help support this use case in the future.