miriel-ai

n8n community node for Miriel AI integration

Package Information

Released: 8/26/2025
Downloads: 2 weekly / 21 monthly
Latest Version: 0.1.2
Author: David Garcia

Documentation

@miriel/n8n-nodes-miriel-ai

A custom n8n node for integrating with Miriel AI services.

What's Included

This package provides the MirielNode for seamless integration with Miriel AI services in your n8n workflows.

Installation

For n8n Cloud or n8n Desktop

  1. Go to Settings → Community Nodes
  2. Click "Install a community node"
  3. Search for @miriel/n8n-nodes-miriel-ai
  4. Click "Install"

For n8n Self-Hosted

npm install @miriel/n8n-nodes-miriel-ai

Usage

After installation, you'll find the new MirielNode in the nodes panel under the "Miriel" category.

MirielNode

The MirielNode provides integration with Miriel AI services. Configure your API credentials and start building AI-powered workflows.

Development

Prerequisites

  • Node.js 20.15 or higher
  • npm or yarn

Setup

  1. Clone the repository:

    git clone https://github.com/david_miriel/miriel_n8n_nodes.git
    cd miriel_n8n_nodes
    
  2. Install dependencies:

    npm install
    
  3. Build the package:

    npm run build
    
  4. Run linting:

    npm run lint
    

Testing Locally

To test your nodes locally with n8n:

  1. Build the package: npm run build
  2. Link it to your n8n installation: npm link
  3. In your n8n project: npm link @miriel/n8n-nodes-miriel-ai

Publishing

To publish updates to npm:

  1. Update the version in package.json
  2. Run npm run build to ensure everything builds correctly
  3. Run npm publish

License

MIT

Support

For issues and questions, please visit our GitHub repository.

Discussion