Package Information
Released: 8/26/2025
Downloads: 2 weekly / 21 monthly
Latest Version: 0.1.2
Author: David Garcia
Available Nodes
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
- Go to Settings → Community Nodes
- Click "Install a community node"
- Search for
@miriel/n8n-nodes-miriel-ai - 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
Clone the repository:
git clone https://github.com/david_miriel/miriel_n8n_nodes.git cd miriel_n8n_nodesInstall dependencies:
npm installBuild the package:
npm run buildRun linting:
npm run lint
Testing Locally
To test your nodes locally with n8n:
- Build the package:
npm run build - Link it to your n8n installation:
npm link - In your n8n project:
npm link @miriel/n8n-nodes-miriel-ai
Publishing
To publish updates to npm:
- Update the version in
package.json - Run
npm run buildto ensure everything builds correctly - Run
npm publish
License
Support
For issues and questions, please visit our GitHub repository.