AI assistant integration for n8n workflow automation through Model Context Protocol (MCP). Connect Claude Desktop, ChatGPT, and other AI assistants to n8n for natural language 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": {
"n8n-workflow-builder": {
"command": "npx",
"args": [
"-y",
"@makafeli/n8n-workflow-builder"
]
}
}
}