Free documentation tools for MongoDB

Is there any free tools for generate documentation from database collections in MongoDB?
I would like generate an excel sheets with collection’s name and its fields. If possible, I would like add field’s comments for showing it in a generate excel sheets.
An tool exemple is DBForge for MariaDB. Is there a free tools like this for MongoDB?

Hello @Rafael_de_PauliBaptista,

Welcome back to The MongoDB Community Forums! :wave:

Does MongoDB Compass work for you?

If yes, then you can export data from a collection as either a JSON or CSV file. If you specify a filter or aggregation pipeline for your collection, Compass only exports documents which match the specified query or pipeline results. To learn more, kindly visit

If not, then please share your use case and further information so we can assist you better.

Regards,
Tarun