Package Information
Downloads: 38 weekly / 85 monthly
Latest Version: 2.3.2
Author: MAIA Team
Documentation
MAIA Router - n8n Integration (Self Hosted)
Features
MAIA Router Node
Direct API operations with full control:
- Chat Completion - Generate AI responses
- Text to Speech - Convert text to audio
- Transcribe - Convert audio to text
- Text to Video - Generate video from text
MAIA Router Chat Model
Full LangChain integration for advanced AI workflows:
- ✅ AI Agent Support - Works with n8n's AI Agent nodes
- ✅ Tool Calling - Supports function calling and tools
- ✅ LangChain Chains - Compatible with all LangChain features
- ✅ Memory Support - Context and conversation history
- ✅ Multi-step Reasoning - Complex AI workflows
Installation
Community Node (Recommended)
To install this node as a community node in n8n, follow these steps:
- Open your n8n instance
- Go to "Settings" > "Community Nodes"
- Select "Install"
- Enter
@maia-id/n8n-nodes-maia-routerin the "Enter npm package name" field - Agree to the risks of using community nodes (if prompted)
- Click "Install"
- After installation, the node will be available in the "OpenRouter" category in the node palette.
Manual Installation (Advanced)
If you prefer manual installation or are using a custom n8n setup:
- Open your n8n installation directory
- Navigate to the nodes subdirectory
- Run the following command:
npm install @maia-id/n8n-nodes-maia-router
- Restart your n8n instance