Stats
Actions
Tags
From n8n-mcp-skills
Intercepts MCP tool calls for n8n workflow CRUD operations to validate, test, and update workflows before execution. Runs shell scripts at session start and after validation calls.
3 events · 7 hooks
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
^mcp__.*__get_node$${CLAUDE_PLUGIN_ROOT}/hooks/pre-tool-use/get-node.sh^mcp__.*__n8n_create_workflow$${CLAUDE_PLUGIN_ROOT}/hooks/pre-tool-use/create-workflow.sh^mcp__.*__(n8n_update_partial_workflow|n8n_update_full_workflow)$${CLAUDE_PLUGIN_ROOT}/hooks/pre-tool-use/update-workflow.sh^mcp__.*__(validate_workflow|n8n_validate_workflow)$${CLAUDE_PLUGIN_ROOT}/hooks/pre-tool-use/validate-workflow.sh^mcp__.*__n8n_test_workflow$${CLAUDE_PLUGIN_ROOT}/hooks/pre-tool-use/test-workflow.sh^mcp__.*__validate_workflow$${CLAUDE_PLUGIN_ROOT}/hooks/post-tool-use/validate-workflow.shstartup|resume|clear|compact${CLAUDE_PLUGIN_ROOT}/hooks/session-start.shnpx claudepluginhub czlonkowski/n8n-skills --plugin n8n-mcp-skills