Workflows
5 recipes, filter by use case, license, or difficulty.
n8n as an MCP server: prove each exposed workflow is one narrow tool behind its own token
Expose n8n workflows to an agent through MCP Server Triggers without handing it your whole toolbox, by proving each agent-callable trigger is one narrow workflow behind its own bearer token with no wildcard-HTTP or delete-capable node, so a leaked token or a prompt injection is bounded.
Grind a huge one-time job overnight on a free tier's tiny rate limit
Pace a big one-time batch (label a dataset, summarize an archive, draft alt text) through a free tier with a very low rate ceiling, proven to finish within the rate limit and the monthly token budget before you start it.
Claude Code: Lock Down an Unattended Run with Permission Rules
Define exactly what a scheduled or headless Claude Code run may do via settings.json permission rules.
Claude Code Cloud Schedule: Runs With Your Laptop Off
Schedule Claude Code on Anthropic-managed infra at 1-hour-or-coarser cadence, pushing only to claude/ branches.
Claude Code Headless: An Always-On Local Schedule
Run Claude Code headless with -p on an OS-cron schedule so a job survives restarts.