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

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.