n8n-workflow-builder
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
list_workflows
Lists all workflows from n8n.
create_workflow
Creates a new workflow in n8n.
get_workflow
Retrieves a workflow by its ID.
update_workflow
Updates an existing workflow.
delete_workflow
Deletes a workflow by its ID.
activate_workflow
Activates a workflow by its ID.
deactivate_workflow
Deactivates a workflow by its ID.
list_executions
Lists all workflow executions with optional filters.
get_execution
Retrieves details of a specific execution by its ID.
delete_execution
Deletes an execution by its ID.