npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-metis

v1.0.0

Published

Metis nodes for n8n: Create Generation & Message Chatbot

Readme

n8n-nodes-metis

n8n community package

A collection of n8n community nodes for integrating with Metis AI platform.

Nodes

This package provides two nodes for Metis AI integration:

1. Metis: Create Generation

Create AI content generations using various providers and models supported by Metis.

Features:

  • Dynamic provider and model selection
  • Flexible parameter configuration based on selected model
  • Support for multiple AI providers (OpenAI, Anthropic, etc.)
  • Schema-based argument validation

2. Metis: Message Chatbot

Create or reuse chat sessions and send messages to Metis chatbots.

Features:

  • Create new chat sessions or continue existing ones
  • Support for USER and TOOL message types
  • Session management for persistent conversations
  • Bot ID configuration for different chatbot instances

Prerequisites

  • n8n instance (version 1.0.0 or later)
  • Metis API key

Installation

Using n8n CLI

npm install n8n-nodes-metis

Manual Installation

  1. Clone this repository:
git clone https://github.com/Metis-Inc/n8n-nodes-metis.git
  1. Install dependencies:
cd n8n-nodes-metis
npm install
  1. Build the package:
npm run build
  1. Copy the dist folder to your n8n custom nodes directory

Setup

1. Get Metis API Key

Visit Metis AI to obtain your API key.

2. Configure Credentials in n8n

  1. In your n8n instance, go to Settings > Credentials
  2. Create new credentials for Metis API
  3. Enter your API key

3. Add Nodes to Workflow

The Metis nodes will now be available in your n8n node palette under the Transform category.

Usage Examples

Basic Generation

  1. Add the Metis: Create Generation node to your workflow
  2. Select a provider and model
  3. Configure the generation parameters
  4. Connect to other nodes to process the generated content

Chatbot Integration

  1. Add the Metis: Message Chatbot node to your workflow
  2. Enter your Bot ID
  3. Optionally provide a Session ID (leave empty for new sessions)
  4. Set message type and content
  5. The node will return the chatbot's response

Development

Building

npm run build

Development Setup

npm install
npm run build
# The built files will be in the `dist/` directory

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Test thoroughly
  5. Submit a pull request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support

For issues and questions:

Links