n8n-nodes-minimax-unified
n8n/n8n-nodes-minimax-unifiedn8n community node for MiniMax AI. Supports both the international (api.minimax.io) and China (api.minimaxi.com) endpoints, Standard and Coding Plan keys, and the latest MiniMax-M3 model. Fixes the authorization failure seen in older community packages.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"n8n-nodes-minimax-unified": {
"url": "None",
"transport": "http"
}
}
}