Skip to content
Back to search
30
MCP

n8n-nodes-openrouter-chat-model

n8n/n8n-nodes-openrouter-chat-model

Custom n8n OpenRouter Chat Model sub-node with JSON options support (reasoning, max_tokens, etc.) for use with AI Agents and Chains.

Uptime
0.0%
2 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

n8n-nodes-openrouter-cache-chat-model
OpenRouter Chat Model with prompt caching support for n8n AI Agent workflows
0 tools
n8n-nodes-openrouter-noreasoning
OpenRouter Chat Model node for n8n with reasoning forcefully disabled. Fixes tool calling issues with DeepSeek V4/V3.2 in AI Agent workflows
0 tools
n8n-nodes-route33-lm
n8n chat model sub-node for the Route33 custom AI router
0 tools
n8n-nodes-openrouter-custom-v2
n8n community node for sending chat completion requests through OpenRouter.
0 tools
@bruno_groehs/n8n-nodes-chatmodel-reasoning
n8n ChatModel node with extended reasoning/thinking support for OpenRouter, DeepSeek, and any OpenAI-compatible API
0 tools
n8n-nodes-prenzllmgateway
Chat Model node for n8n — use a private LLM gateway as the LLM behind an AI Agent or LLM Chain (with tool calling).
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "n8n-nodes-openrouter-chat-model": {
      "url": "None",
      "transport": "http"
    }
  }
}