However Mp3tag interprets it as if it was the tag TITLE with a TargetTypeValue of 30
TargetTypeValue 30 for MKA (Matroska audio) corresponds to Track/Song level information, where it's a sensible default level for Mp3tag to create Matroska tags.
However, for MKV files, TargetTypeValue 30 corresponds to Chapter level information.
For MKV, it would make more sense if Mp3tag typically defaulted to creating Matroska tags at TargetTypeValue 50, which corresponds to Movie/Episode level.
You can sometimes work around this failing though.
For example, I prefer to use Mp3tag's Album field to create title tags in MKV files, because that way a tag with name TITLE gets created at level 50 (corresponding to Album level for audio).
The DIRECTOR, GENRE, and other tags that get created by default at level 30 by Mp3tag would all really be better if they were created at level 50 for MKV files.
I don't know about Kodi, Jellyfin etc, but there'd probably be more chance of tags being supported generally if their creation more closely followed the Matroska specification in terms of using official tag names and levels.
Personally, I'm interested in getting MKV tags to display in Windows File Explorer.
There's quite a surprising amount of Matroska video tags that will display in Windows, including: Title, Episode number, Episode name, Date released, Genre, Directors, Writers, Producers, Publisher, Parental rating, Encoding settings, Encoded by, and Comments.
A lot of these tags will display regardless of their level.
For some, like Title, Windows will just display the last one it finds (eg. the lowest level) if there are multiple tags with the same name.
But for a few others, for example, Episode number, Windows takes the level into account.