MongoDB is good for startups because it simplifies schema design, requires no database setup or migrations, and has no ORM overhead. It allows for easier development by optimizing for simplicity over premature optimization. MongoDB provides a web admin interface, can be hosted on services starting from free, and code examples show it can be used to query and return JSON documents.