n8n-workflow-builder-mcp

by ifmelate

create_workflow

Build and configure automated workflows by specifying a name and project directory, enabling efficient task management and process automation.

Input Schema

NameRequiredDescriptionDefault
workflow_nameYesThe name for the new workflow
workspace_dirYesAbsolute path to the project root directory where workflow_data will be stored

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "workflow_name": { "description": "The name for the new workflow", "type": "string" }, "workspace_dir": { "description": "Absolute path to the project root directory where workflow_data will be stored", "type": "string" } }, "required": [ "workflow_name", "workspace_dir" ], "type": "object" }

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/ifmelate/n8n-workflow-builder-mcp'

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