n8n MCP Server
create-workflow
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
- init-n8n
- list-workflows
- get-workflow
- create-workflow
- update-workflow
- delete-workflow
- activate-workflow
- deactivate-workflow
- list-projects
- create-project
- delete-project
- update-project
- list-users
- create-users
- get-user
- delete-user
- list-variables
- create-variable
- delete-variable
- create-credential
- delete-credential
- get-credential-schema
- list-executions
- get-execution
- delete-execution
- create-tag
- list-tags
- get-tag
- update-tag
- delete-tag
- get-workflow-tags
- update-workflow-tags
- generate-audit