Back to Nodes

Memos

Last updated Oct 21, 2025

Enhanced Memos node for n8n workflow with full CRUD operations and filtering support

5 Weekly Downloads
20 Monthly Downloads

Included Nodes

Memos
Memos Trigger

Description

n8n-nodes-memos-plus

This is an enhanced n8n community node for Memos with full CRUD operations and filtering support.

Note: This is a fork of n8n-nodes-memos with additional features.

Memos is a privacy-first, lightweight note-taking service.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history

Installation

Community Nodes (Recommended)

  1. Go to Settings > Community Nodes
  2. Click Install
  3. Enter n8n-nodes-memos-plus
  4. Click Install

Manual Installation

npm install n8n-nodes-memos-plus

Operations

Memo Operations

  • List Memos – List all memos with optional filters (tag, status, content search)
  • Get Memo – Get a single memo by ID
  • Create Memo – Create a new memo with content and visibility
  • Update Memo – Update an existing memo
  • Delete Memo – Delete a memo

User Operations

  • List Users – List all users
  • Get User – Get a single user

Credentials

Register a Memos account and create a personal access token.

Reference

Compatibility

Any version

Usage

  1. Create a new workflow.
  2. Add a new node.
  3. Select the Memos node.
  4. Configure the node with your Memos account information.
  5. Add the Memos operations you want to use in your workflow.
  6. Connect the Memos operations to the other nodes in your workflow.
  7. Run your workflow.

Resources