n8n MCP Server

create-workflow

Create a new workflow in n8n

Input Schema

NameRequiredDescriptionDefault
clientIdYes
connectionsNo
nameYes
nodesNo

Input Schema (JSON Schema)

{ "properties": { "clientId": { "type": "string" }, "connections": { "type": "object" }, "name": { "type": "string" }, "nodes": { "type": "array" } }, "required": [ "clientId", "name" ], "type": "object" }

You must be authenticated.

Other Tools