Registry / database / n8n-nodes-mongodb

n8n-nodes-mongodb

JSON →
library0.1.11jsnpmunverified

An n8n community node for MongoDB that currently only supports the update operation. Version 0.1.11 is the latest stable release. Unlike n8n's native MongoDB node, this node allows building filters using JSON and mapping update fields, providing more flexibility. The package is primarily used within the n8n workflow automation platform. Development appears sporadic with limited operations support.

npm install n8n-nodes-mongodb
INSTALL
IMPORT
SIG · N8N-NODES-MONGODB
N
n8n-nodes-mongodb
databasejavascriptv0.1.11
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Mongodb
Not directly importable; installed as n8n community package
import { Mongodb } from 'n8n-nodes-mongodb'
This is an n8n node package, not a JavaScript library. Import via n8n's community node system, not direct imports.

Shows installation and usage as an n8n community node for MongoDB update operations.

// This is an n8n community node; no direct code usage. // Install via npm in n8n's .n8n/custom directory: // npm install n8n-nodes-mongodb // Then restart n8n and add the node to a workflow.
Debug
Known issues
gotchaOnly the update operation is available; other CRUD operations are missing.
fix
Use n8n's native MongoDB node for insert, find, delete, or contribute to this package.
affects: all
deprecatedThe package may be outdated; check for recent updates on npm.
fix
Monitor the GitHub repository for new releases or consider alternatives.
affects: >=0.1.0
gotchaRequires n8n community node installation steps; not a standard npm package for direct import.
fix
Follow n8n documentation for community node installation: place in custom directory and restart.
affects: all
Errors
Common errors & fixes
Cannot find module 'n8n-nodes-mongodb'
Trying to import the package directly in JavaScript/TypeScript code.
fix
This package is an n8n node, not a standard library. Install via n8n's community node system.
Mongodb node not appearing in n8n editor
Node not installed correctly or n8n not restarted after installation.
fix
Ensure the package is placed in the custom directory (e.g., ~/.n8n/custom/) and restart n8n.
Upgrade
Version history
0.1.11latest on npm
Audit
Dependencies
n8n-workflowoptionalRequired to run node within n8n; depends on n8n runtime APIs
Agent activity
4 hits · last 30 days
node
4
Resources
n8n-nodes-mongodb — npm install n8n-nodes-mongodb · libregistry