Skip to content

Mcp Trigger

Node: mcpTrigger · Full type: @n8n/n8n-nodes-langchain.mcpTrigger · Version: 2

Credentials

httpBearerAuth (alias: @http) / httpHeaderAuth (alias: @http)

CREDENTIAL @http = httpBearerAuth "My Mcp Trigger"

Parameters

Parameter Type Default Details
authentication options "none" none, bearerAuth, headerAuth
path string "" required

Example

NODE "mcpTrigger" @http AS "Mcp Trigger" {
  path: {{ $json.path }}
}