Skip to main content
Glama
605,428 tools. Updated 2026-09-24 00:44

"How to create a workflow in n8n" matching MCP tools:

  • Deploy a workflow to a live n8n instance by providing its JSON definition. Use with workflow.generate to turn a description into an active workflow.
    MIT
  • Verify n8n Manager safety settings, backup directory, audit log location, and confirm whether the optional workflow-manager seam is configured and reachable.
    MIT
  • Get a recommended workflow for looking up n8n nodes, validating configs, and managing live instances. Use as a starting point when unsure where to begin.
    BSD 2-Clause "Simplified"
  • Create a new folder inside an n8n project, optionally nested under a parent folder. Provide project ID, folder name, and parent folder ID if needed.
    MIT
  • Creates a workflow on a live n8n instance from JSON, stripping read-only fields, and leaves it inactive for activation.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Create a full ServiceNow workflow from a specification: generate workflow record, version, activities, transitions, and optionally publish.
    MIT
  • Identify valid node types in n8n workflows to prevent errors. Filter by category and control output verbosity to streamline workflow creation and updates.
    MIT
  • Get an n8n workflow by ID with selectable detail levels: full draft, published graph, execution stats, node topology, or filtered nodes.
    MIT
  • Retrieve workflow executions from n8n, filtering by workflow ID or status (success, error, running, waiting) to inspect run history and troubleshoot issues.
    MIT
  • Save a checksum-verified local backup of an n8n workflow before changes, so guarded updates can refuse writes unless a matching backup exists.
    MIT
  • Retrieve an n8n workflow by ID with selectable detail levels, including draft, active published graph, execution stats, or filtered node configurations.
    MIT
  • Apply diff operations to update an n8n workflow incrementally—modify nodes, connections, settings, and tags without replacing the entire workflow.
    MIT
  • List, compare, rollback, delete, and prune workflow versions to restore prior states or clean up history.
    MIT
    Destructive
  • Retrieve the complete nodes and connections JSON of a workflow by its ID from a live n8n instance for auditing or analysis.
    MIT
  • Fetch a workflow JSON by ID from n8n. Returns the full nodes and connections payload for auditing or analysis.
    MIT
  • Generate a reviewable plan before updating an n8n workflow: reads and backs up the live version, diffs it against your proposal, and returns a plan_id and diff—no changes made.
    MIT
  • Build and activate custom n8n workflows programmatically by defining nodes, connections, and settings. Supports automatic triggers for immediate workflow execution.
    MIT