One-command bootstrap
/n8n-init prompts for your project description and n8n credentials, then writes CLAUDE.md, .mcp.json, and permissions — under 90 seconds.
One-time install. 90-second bootstrap. Active workflow in 3 minutes.
You work with Claude Code and n8n. You're tired of writing the same plumbing (build-loop CLAUDE.md, MCP config, API key paste) every time you start a new workflow project. You want to describe the workflow and have the agent build it — not spend 10 minutes on setup first.
one-time (per machine):
/plugin marketplace add HustleDanie/n8n-claude-kit
/plugin install n8n-claude-kit
│
▼
per project (≤ 3 minutes):
mkdir project && cd project && claude
/n8n-init
→ "what is this project for?"
→ "n8n URL?"
→ "n8n API key?"
│
▼
CLAUDE.md + .mcp.json + .claude/settings.json + .gitignore
│
▼
plan mode — describe workflow, approve plan, agent builds
│
▼
workflow active in n8n