Workflow automation platform — visual builder for chaining APIs, AI models, and business logic. Used as an automation layer alongside Claude Code: n8n handles the “wiring” (triggers, schedules, integrations) while Claude Code handles “reasoning” inside individual nodes.
Topic Articles
Fundamentals
Alternatives & Comparisons
- Zapier — Automation Platform and AI Agent Builder (vs n8n vs Claude Code) — Zapier’s 2026 pricing, its AI pivot (Agents, MCP, Copilot, AutomationBench), and the Zapier-vs-n8n-vs-Claude-Code triangle.
- n8n Alternatives — Make and Pipedream (2026) — Completes the three-way alternatives comparison: Make (cloud-only visual builder, no self-hosting) vs Pipedream (developer-first serverless code steps) vs n8n, with pricing, integration-count, and a decision table. Research-agenda drain, 2026-07-03.
Deployment
- Self-Hosted n8n vs n8n Cloud — Performance, Cost, Security (2026) — Execution-capped Cloud pricing vs self-hosted cost options ($3-17/mo), queue-mode performance data (~3x throughput via Redis-backed workers), and the security/compliance trade-off (data residency favors self-hosted; SSO/LDAP gated behind paid tiers on both sides). Research-agenda drain, 2026-07-03.
Claude Code + n8n Integration
- Building n8n Workflows with Claude Code — Now includes the Q2 2026 status update: n8n ships an official, first-party MCP server (Public Preview) alongside the original community bridge documented here.
Specific Workflows
Why n8n Lives Alongside Claude Code
n8n excels at deterministic flow: triggers, schedules, multi-step API calls, retries. Claude Code excels at reasoning and code generation. Combined: n8n is the connective tissue, Claude Code is the brain inside individual steps. Most production AI workflows in 2026 use both.
Related
- GoHighLevel CRM — n8n is often used to wire CRM events to AI workflows
- Claude AI — the reasoning layer
- Hermes Agent — alternative self-hosted agent approach