MongoDB 3 Node-RED Node

JSON →
library 2.0.1 ·javascript maintenance
verified Jun 5, 2026

A Node-RED node that provides an interface to MongoDB using the MongoDB 3.x native Node.js driver. Current stable version is 2.0.1, released in 2019. It supports CRUD operations, aggregation, and connection management via a URI string with optional authentication fields. Key differentiators: built specifically for Node-RED with a visual flow editor, supports parallelism limiting to avoid socket clogging, and allows direct access to db/collection objects. Based on the older node-red-contrib-mongodb2 but updated for driver 3.0. Low release cadence; not actively maintained.