Hi eisenrith,
The Meta Box Builder plugin helps you to create meta boxes and custom fields for posts in the back-end faster than traditional way (traditional way is registering via PHP code as described in this docs and this docs).
This extension doesn't mean to show meta values in the frontend. To do that, you need to use a helper PHP function rwmb_meta()
to retrieve meta value and display it. Please follow this detailed instruction and if you need any help, please let me know.
Thanks