create-workflow
Set up a new workflow in n8n by defining nodes and connections. Use JSON input to structure the workflow, ensuring all required elements like clientId and name are included. Excludes read-only properties.
Instructions
Create a new workflow in n8n. Use to set up a new workflow with optional nodes and connections. IMPORTANT: 1) Arguments must be provided as compact, single-line JSON without whitespace or newlines. 2) Must provide full workflow structure including nodes and connections arrays, even if empty. The 'active' property should not be included as it is read-only.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
clientId | Yes | ||
connections | No | ||
name | Yes | ||
nodes | No |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from n8n MCP Server
- activate-workflow
- create-credential
- create-project
- create-tag
- create-users
- create-variable
- create-workflow
- deactivate-workflow
- delete-credential
- delete-execution
- delete-project
- delete-tag
- delete-user
- delete-variable
- delete-workflow
- generate-audit
- get-credential-schema
- get-execution
- get-tag
- get-user
- get-workflow
- get-workflow-tags
- init-n8n
- list-executions
- list-projects
- list-tags
- list-users
- list-variables
- list-workflows
- update-project
- update-tag
- update-workflow
- update-workflow-tags
Related Tools
- @makafeli/n8n-workflow-builder
- @illuminaresolutions/n8n-mcp-server
- @illuminaresolutions/n8n-mcp-server
- @makafeli/n8n-workflow-builder
- @illuminaresolutions/n8n-mcp-server