n8n Workflow Builder MCP Server

by makafeli
Verified

create_workflow

Create and configure n8n workflows programmatically

Input Schema

NameRequiredDescriptionDefault
connectionsNo
nodesYes

Input Schema (JSON Schema)

{ "properties": { "connections": { "items": { "properties": { "source": { "type": "string" }, "sourceOutput": { "default": 0, "type": "number" }, "target": { "type": "string" }, "targetInput": { "default": 0, "type": "number" } }, "required": [ "source", "target" ], "type": "object" }, "type": "array" }, "nodes": { "items": { "properties": { "name": { "type": "string" }, "parameters": { "type": "object" }, "type": { "type": "string" } }, "required": [ "type", "name" ], "type": "object" }, "type": "array" } }, "required": [ "nodes" ], "type": "object" }

You must be authenticated.

Other Tools