Descriptions:
Nate Herk’s foundational Claude Code tutorial demonstrates building n8n workflows from plain-language process descriptions — no manual node configuration required. The core demo involves pasting a brain-dumped workflow description into Claude Code, which then uses Anthropic’s Opus 4.5 model, the n8n MCP server, and custom skill files to search node documentation, assemble the workflow in the connected n8n instance, and self-correct errors encountered during construction. Specific issues resolved autonomously include Slack node configuration mismatches and code node parameter errors — completing the full workflow in approximately three minutes.
The video covers the complete setup from scratch: downloading VS Code, installing the Claude Code extension, signing in with an Anthropic account, and organizing project files inside a dedicated folder. A significant portion explains the CLAUDE.md project context file — generated by asking Claude to plan the project structure upfront — which defines the workflow-building process (requirements, template search, node research, build, validate, deploy) and keeps Claude oriented across separate sessions.
Herk walks through installing both the n8n MCP server and the n8n skill files from their respective GitHub repositories, connecting Claude Code to a live n8n Cloud instance via URL and API key. He explains the distinction between the MCP server (which gives Claude the ability to create and modify actual workflows) and skill files (which provide Claude with curated knowledge about n8n-specific patterns and expressions). The video is positioned as a foundational investment for automation builders who want to understand the Claude Code stack before it becomes ubiquitous.
📺 Source: Nate Herk · Published January 14, 2026
🏷️ Format: Tutorial Demo







