Skip to main content
Glama
457,802 tools. Updated 2026-08-14 17:39

"How to Create Workflows 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
  • List workflows from your n8n instance with filters for name, tags, and active status. Use this to see available workflows or before retrieving details.
    MIT
  • Creates a workflow on a live n8n instance from JSON, stripping read-only fields, and leaves it inactive for activation.
    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

Matching MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    An MCP server that turns deployed n8n workflows into callable tools for AI agents, enabling discovery and execution of tagged workflows via a standard interface without rewriting integrations.
    4
    166
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to review workflow status in n8n instances, including active/inactive counts and workflows with recent errors.
    1
    MIT

Matching MCP Connectors

  • n8n MCP — query your own n8n instance (BYO).

  • ifsc-in MCP — Indian bank branch IFSC code lookup via Razorpay's open

  • Scan n8n workflows to find all disabled nodes (nodes with `disabled: true`) that the UI does not surface in list views, helping you identify frozen or forgotten cleanup tasks.
    MIT
  • Build and activate custom n8n workflows programmatically by defining nodes, connections, and settings. Supports automatic triggers for immediate workflow execution.
    MIT
  • Create variables in n8n to store and share data across workflows, requiring an Enterprise license with variable management enabled.
    MIT
  • List workflows from a live n8n instance. Filter by active status, tags, or name to find specific workflows.
    MIT
  • Scan n8n workflows for nodes of a specified type. Returns one finding per matching node and a per-workflow summary, pinpointing where a specific node is used across all workflows.
    MIT
  • Create a new n8n workflow by providing a client ID and name, with optional nodes and connections to define automation steps.
    MIT
  • List n8n workflows tagged for MCP access, revealing which workflows the agent may call. Use this to discover available workflow tools before invocation.
    MIT
  • Create, list, get, rename, move, and delete n8n workflow folders. Organize workflows into folders to manage projects and subfolders.
    MIT
  • Create a new n8n workflow by providing name, nodes, connections, and optional settings. Receive the new workflow ID for immediate use.
    MIT
  • Lists all workflows in an n8n instance using a client ID from init-n8n, enabling users to view and manage available automations.
    MIT