I found that the Members plugin allows me to wrap the metabox frontend shortcode in Members shortcode.
https://members-plugin.com/
I used one for logged in users and another for logged out users to display different content.
[members_logged_in]
[mb_frontend_form id='drop-details' post_fields='title,thumbnail,content']
[/members_logged_in]
[members_not_logged_in]<p>You must login to add a Drop. </p>
[members_login_form /]
[/members_not_logged_in]