Professor Bear Explains: How to Use Claude AI to Create Any n8n Workflow
Instead of building an n8n workflow node by node, describe what you want in a prompt to Claude and it will generate the JSON you can paste directly into n8n.
Building an n8n workflow from scratch usually means dragging nodes onto a canvas one at a time and wiring them together by hand. Professor Bear shows a faster starting point: ask Claude to write the workflow for you as JSON, then paste that JSON straight into a new n8n workflow to get a working structure in minutes instead of starting from a blank canvas.
The prompt is the whole trick
The approach is deliberately simple. You write a short prompt describing what you want the workflow to do, something like "create an n8n workflow that does this or that," and Claude generates a complete JSON version of that workflow. Because n8n workflows are, under the hood, essentially JSON documents describing nodes and their connections, asking an AI model to produce that JSON directly skips a lot of manual node-by-node setup. The video keeps the example deliberately minimal to show how little effort the first step actually takes.
From JSON to a working canvas
Once Claude has generated the workflow, the next step is copying that JSON, going into n8n, choosing to create a new workflow, and pasting it in. After pasting, n8n turns the raw JSON into the same kind of visual, node-based canvas you'd get by building it manually, complete with a start node and the rest of the structure Claude described. That readable canvas is the payoff: most people can't easily parse raw JSON, but n8n renders it into something you can inspect and edit visually.
What this gets you, and what it doesn't
Professor Bear is direct about the limits here. This method gives you a hint of where to get started, not a finished, production-ready automation. Getting a workflow from "pasted in and readable" to "actually running" still takes real work: you generally need to go get API keys for whichever services the workflow touches, run the workflow, and iterate on it repeatedly. The prompt-to-JSON trick answers the "how do I even start" question, and the iteration that follows is where most of the actual engineering happens. That iterative loop, described here as something you'll do again and again with AI tools, is treated as a normal and expected part of the process rather than a sign something went wrong.
A general pattern, not a Claude-only trick
The same approach works with other language models too. Whether you're using Claude or another model like ChatGPT, the pattern is the same: describe the workflow you want in a sentence or two, let the model produce the JSON, and paste that JSON into n8n to get a starting structure you can refine.
Key takeaways
- Prompting Claude with a plain description of the desired automation produces a JSON version of an n8n workflow you can paste directly into n8n.
- n8n renders that pasted JSON into a normal visual workflow canvas with nodes and connections already in place.
- This method is a starting point, not a finished workflow; you still need API keys and iteration to get it actually running.
- The same prompt-to-JSON approach works with other language models, not just Claude.
- Building useful AI-assisted workflows is an iterative process, not a one-shot generation.
Try it yourself
If you're new to n8n or just want to skip the blank-canvas problem, try describing a workflow you'd like to build in a sentence to Claude and paste the resulting JSON into a new n8n workflow. This kind of hands-on automation experimentation is part of what Humanitarians AI Fellows work through as they build tools for the organization's projects.
Full transcript(auto-generated, with timestamps)
[0:00]Okay. Uh, Professor Bear here. I'm going to show you how to use Claw to create a JSON version of an N8N workflow to get you started. So, you just create a little prompt for what you want, you know, your workflow to do. Just say create an N workflow that does this or that and you hit go. Then it will create the workflow. And if this is JSON, it's going to create that. Then I'll give it a second here to complete. And then here's the completed version of it. I've already made it once. Let's copy it. You go to edit and you create a new workflow.
[0:45]And you paste and wait a couple minutes. Did I paste it? And there you go. Then you save it. Um, and what's good about this is it gives you a hint of where to get started, but it's super simple. So that's it. I want to keep these simple. Again, to review, I just ask claw to create an NAN workflow. It will do that in JSON. And JSON is essentially what these workflows are. They're all JSON and NAN. Uh, but then AN gives you a nice readable thing. This is most people can't really read that. And here's a start node. Here's our start node. Uh but this is a
[1:34]Good uh a good way of getting started with all things in AI. You're going to iterate and iterate and iterate and iterate. Uh but very quickly if you just want to get an idea I want to do workflow X is go to chat GBT or go to claude or your favorite language model say create an NAD workflow. it will create it then in in JSON and then you just take the JSON you uh paste it and this is where really the work begins because you've got to get I have to go get an API key to have this actually run then I got to run it and
[2:12]All those kinds of things that's it again uh humanitarians is a nonprofit so please like share subscribe do that whole thing uh but that's it uh until next time take
More from INFO7375 Branding & AI
6:154 Scaling & Testing Your n8n Workflow with HAILogo
9:45Automating LinkedIn AI Posts in 5 Minutes with n8n
6:124 - Scaling & Testing Your n8n Workflow
4:581 - Getting Started n8n
4:543 Datacleaning n8n with HAILogo
14:52