Skip to main content
Glama
205,128 tools. Last updated 2026-06-15 10:25

"n8n - Workflow Automation Tool" matching MCP tools:

Matching MCP Servers

Matching MCP Connectors

  • Fetch a workflow JSON by ID from n8n. Returns the full nodes and connections payload for auditing or analysis.
    MIT
  • Activate or deactivate an n8n workflow by ID. Pass active=false to deactivate; default activates. Idempotent.
    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
  • Activate or deactivate a specified workflow on a live n8n instance. Pass 'active: false' to deactivate; re-activating an already active workflow has no effect.
    MIT
  • Deploys a workflow template from n8n.io to your n8n instance, applying auto-fixes for expression format and version issues. Returns workflow ID, required credentials, and applied fixes.
  • Establish connection to an n8n automation platform instance using URL and API key credentials to enable workflow management and execution.
    MIT
  • 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
  • Permanently delete a workflow from an n8n server using its workflow ID. This action is irreversible and removes the workflow entirely.
    MIT