Generate Recipes from Ingredients with Ollama AI Chef Agent
What It Does The Chef Agent is your AI-powered kitchen companion—ready to turn leftover ingredients into meal inspiration. It's a simple, fun n8n automation that: - Accepts a list of…
- Use case
- Content Creation
- Difficulty
- intermediate
- Author
- Clown Mutiny
- Updated
- Jun 7, 2026
Required custom nodes
- webhook
- respondToWebhook
- agent
- lmChatOllama
- memoryBufferWindow
- chatTrigger
- toolThink
Generate Recipes from Ingredients with Ollama AI Chef Agent
A working n8n automation that runs against a local model via Ollama - 862 views on the n8n template library. What It Does The Chef Agent is your AI-powered kitchen companion—ready to turn leftover ingredients into meal inspiration. It's a simple, fun n8n automation that: - Accepts a list of…
What it does
What It Does The Chef Agent is your AI-powered kitchen companion—ready to turn leftover ingredients into meal inspiration. It's a simple, fun n8n automation that: - Accepts a list of… It chains 7 nodes, integrating webhook, respondToWebhook, agent, lmChatOllama.
Requirements
- n8n (self-hosted, free) to run the workflow
- Ollama serving a local model
- A GPU with enough VRAM for your chosen model (see best model per GPU)
Import it
Open the workflow on the n8n template library and click Use workflow to import it into your self-hosted n8n, then point its model node at your local Ollama endpoint (http://localhost:11434).
Use it with
Workflow by Clown Mutiny on the n8n template library. We link to the original to import; credit and the workflow JSON belong to its author.