Yarchi@undefinedKi
THIS GUY AUTOMATES HIS ENTIRE YOUTUBE WORKFLOW BY TALKING TO CLAUDE. IT BUILDS THE FULL N8N PIPELINE FOR HIM, NODE BY NODE, FROM ONE PLAIN-ENGLISH PROMPT
Building automation in n8n normally means dragging nodes, wiring them by hand, and editing JSON for hours. With one MCP connection, Claude does all of that for you, you describe the YouTube workflow you want, and it builds it inside n8n node by node.
Here's the setup:
1. Install the n8n-MCP server. Search "n8n-mcp czlonkowski" on GitHub. Clone it, then run npm install, npm run build. (There's also a one-line Docker option in the readme if you'd rather skip the build.)
2. Connect it to Claude. Add the MCP server to your Claude config (the readme gives you the exact block to paste). Restart Claude. Now it has full knowledge of every n8n node, 1,800+ of them, including the AI ones
3. Point it at your n8n. Add your n8n instance URL and API key so Claude can build directly into your account, not just describe workflows
4. Describe the automation. In Claude, just say what you want in plain English. Something like: "Build an n8n workflow that takes a topic, generates a script, sends it to ElevenLabs for voiceover, assembles a video, and uploads it to YouTube on a schedule with title and description filled in."
5. Let Claude build and validate. It searches existing templates first, pulls the exact node docs, wires the workflow, and validates it, catching its own mistakes before handing it back. What took an afternoon of node-dragging is done in minutes
Then you open n8n and your workflow is sitting there, built and ready. Tweak the parts only you care about and switch it on
One honest note: this builds the machine, not the magic. The automation handles the repetitive pipeline, the script, the voiceover, the upload, the scheduling. What still decides whether the channel works is the idea and the quality you point it at
Bookmark this