n8n-workflow-builder

n8n-workflow-builder

4.0

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@mcpreview.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

    Lists all workflows from n8n.

  2. create_workflow

    Creates a new workflow in n8n.

  3. get_workflow

    Retrieves a workflow by its ID.

  4. update_workflow

    Updates an existing workflow.

  5. delete_workflow

    Deletes a workflow by its ID.

  6. activate_workflow

    Activates a workflow by its ID.

  7. deactivate_workflow

    Deactivates a workflow by its ID.

  8. list_executions

    Lists all workflow executions with optional filters.

  9. get_execution

    Retrieves details of a specific execution by its ID.

  10. delete_execution

    Deletes an execution by its ID.