salacoste/mcp-n8n-workflow-builder
mcp-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 mcp-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 using the Model Context Protocol, allowing seamless integration with Claude AI and Cursor IDE.
Try mcp-n8n-workflow-builder with chat:
Tools
Functions exposed to the LLM to take actions
list_workflows
List all workflows from n8n with essential metadata only (ID, name, status, dates, node count, tags). Optimized for performance to prevent large data transfers.
execute_workflow
Manually execute a workflow by ID
create_workflow
Create a new workflow in n8n
get_workflow
Get a workflow by ID
update_workflow
Update an existing workflow
delete_workflow
Delete a workflow by ID
activate_workflow
Activate a workflow by ID
deactivate_workflow
Deactivate a workflow by ID
list_executions
List all executions from n8n with optional filters
get_execution
Get details of a specific execution by ID
delete_execution
Delete an execution by ID
create_tag
Create a new tag
get_tags
Get all tags
get_tag
Get a tag by ID
update_tag
Update a tag
delete_tag
Delete a tag
Prompts
Interactive templates invoked by user choice
Schedule Triggered Workflow
Create a workflow that runs on a schedule
HTTP Webhook Workflow
Create a workflow that responds to HTTP webhook requests
Data Transformation Workflow
Create a workflow for processing and transforming data
External Service Integration Workflow
Create a workflow that integrates with external services
API Data Polling Workflow
Create a workflow that polls an API and processes data
Resources
Contextual data attached and managed by the client