Skip to main content
Glama
134,926 tools. Last updated 2026-05-25 21:29

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

  • Create variables in n8n to store and share data across workflows, requiring an Enterprise license with variable management enabled.
    MIT
  • Retrieve complete details of an n8n workflow by its ID, including all nodes, connections, and settings, to enable inspection, troubleshooting, or further automation management.
    MIT
  • Activate or deactivate an n8n workflow by providing its ID and a boolean flag. Manage workflow status to control execution without modifying its configuration.
    MIT
  • Create credentials for n8n workflow nodes to authenticate with external services like Cloudflare, GitHub, and Slack. Use get-credential-schema first to identify required fields.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Retrieves an n8n workflow by its unique ID. Access workflow details, configuration, and node setup for management or inspection.
    MIT
  • Establish connection to n8n automation platform using URL and API key to enable workflow management and execution.
    MIT
  • Generate and manage variables in n8n workflows to store and share data. Requires n8n Enterprise license with variable management enabled. Input data must be in compact JSON format.
    MIT
  • Create a new n8n workflow by providing the workflow JSON with nodes and connections. Define node types, parameters, positions, and connections between nodes. Optionally set a workflow name and activate it immediately after creation.
    MIT
  • Permanently delete a workflow from an n8n server using its workflow ID. This action is irreversible and removes the workflow entirely.
    MIT
  • Export an n8n workflow as JSON by providing its ID. Returns the full workflow definition for backup or import into another n8n instance.
    MIT
  • Initiate new projects in n8n by specifying client ID and project name via compact JSON input. Requires n8n Enterprise with project management enabled.
    MIT
  • Create new projects in n8n automation platform for organizing workflows and resources, requiring Enterprise license with project management enabled.
    MIT
  • Build automation workflows in n8n by defining nodes and connections to automate business processes and integrate applications.
    MIT
  • Modify existing n8n workflows by updating properties, nodes, or connections. Use this tool after retrieving a workflow to apply changes to automation processes.
    MIT