Stats
Actions
Tags
From n8n-mcp-skills
Intercepts n8n MCP tool calls before execution to manage nodes, workflows, credentials, and n8n instances. Runs validation on session start and after workflow modifications. Executes bash scripts and blocks tool calls.
3 events · 9 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__.*__n8n_instances$${CLAUDE_PLUGIN_ROOT}/hooks/pre-tool-use/instances.sh^mcp__.*__n8n_manage_credentials$${CLAUDE_PLUGIN_ROOT}/hooks/pre-tool-use/manage-credentials.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