n8n-workflow-builder

n8n-workflow-builder

4.2

n8n-workflow-builder is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.

If you are the rightful owner of n8n-workflow-builder and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The n8n Workflow Builder MCP Server is designed to manage n8n workflows, providing tools for workflow management and execution management.

The n8n Workflow Builder MCP Server is a robust solution for managing workflows within the n8n automation platform. It allows users to list, create, update, delete, activate, and deactivate workflows through a set of defined tools. The server is built to work with Node.js and npm, ensuring a streamlined setup and execution process. It supports extensive configuration options via environment variables and JSON configuration files, making it adaptable to various deployment scenarios. The server also provides resources for accessing workflow and execution data, enhancing the ability to manage and monitor automation processes effectively.

Features

  • Workflow Management: Tools to list, create, update, delete, activate, and deactivate workflows.
  • Execution Management: Tools to list, retrieve, and delete workflow executions.
  • Node.js and npm Support: Built to run with Node.js and npm for package management.
  • Environment Configuration: Configurable via JSON files and environment variables.
  • Resource Access: Provides static and dynamic resources for workflow and execution data.

Tools

  1. list_workflows

    List all workflows from n8n

  2. create_workflow

    Create a new workflow in n8n

  3. get_workflow

    Get a workflow by ID

  4. update_workflow

    Update an existing workflow

  5. delete_workflow

    Delete a workflow by ID

  6. activate_workflow

    Activate a workflow by ID

  7. deactivate_workflow

    Deactivate a workflow by ID

  8. list_executions

    List all executions from n8n with optional filters

  9. get_execution

    Get details of a specific execution by ID

  10. delete_execution

    Delete an execution by ID