@rxap/n8n-nodes-litellm
n8n/@rxap/n8n-nodes-litellmThis package provides n8n nodes for interacting with LiteLLM, enabling users to leverage various AI models for chat, embeddings, and more within their n8n workflows. It includes nodes for chat models and embeddings, along with utilities for error handling
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"@rxap/n8n-nodes-litellm": {
"url": "None",
"transport": "http"
}
}
}