Skip to main content
Glama

n8n Workflow Builder MCP Server

by Jimmy974

create_workflow

Generate and customize n8n workflows programmatically by defining nodes and connections, enabling automated process creation and management.

Instructions

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" }
Install Server

Other Tools from n8n Workflow Builder MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jimmy974/n8n-workflow-builder'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server