A MongoDB collection is a group of documents stored in the MongoDB database. Documents in a collection can have different fields and structures, but typically all documents in a collection have a similar purpose. For example, a collection of user profiles might contain documents with fields such as name, age, and location.