Model Context Protocol server for n8n workflow management
| Tool name | Description | Destructive? |
|---|---|---|
| list_workflows | ✓ no | |
| list_workflows_full | ✓ no | |
| create_workflow | ✓ no | |
| get_workflow | ✓ no | |
| download_workflow | ✓ no |
| upload_workflow | ✓ no | |
| update_workflow | ✓ no | |
| delete_workflow⚠ | ⚠ yes | |
| activate_workflow | ✓ no | |
| deactivate_workflow | ✓ no | |
| execute_workflow⚠ | ⚠ yes | |
| create_workflow_and_activate | ✓ no | |
| list_executions⚠ | ⚠ yes | |
| get_execution⚠ | ⚠ yes | |
| delete_execution⚠ | ⚠ yes | |
| list_tags | ✓ no | |
| create_tag | ✓ no | |
| get_tag | ✓ no | |
| update_tag | ✓ no | |
| delete_tag⚠ | ⚠ yes | |
| get_workflow_tags | ✓ no | |
| update_workflow_tags | ✓ no | |
| create_credential | ✓ no | |
| get_credential_schema | ✓ no | |
| delete_credential⚠ | ⚠ yes | |
| update_workflow_name | ✓ no | |
| add_node | ✓ no | |
| update_node | ✓ no | |
| update_node_from_file | ✓ no | |
| remove_node⚠ | ⚠ yes | |
| connect_nodes | ✓ no | |
| disconnect_nodes | ✓ no | |
| update_workflow_settings | ✓ no | |
| generate_audit | ✓ no |
{
"mcpServers": {
"makafelin8n-workflow-builder": {
"command": "npx",
"args": [
"-y",
"@makafeli/n8n-workflow-builder"
]
}
}
}