Create n8n Workflows With Agents | Official MCP

By n8n

Categories: Tools, Product

Summary

n8n's new MCP lets Claude and coding agents build workflows automatically—engineers report not manually creating workflows in weeks. The custom LLM-optimized syntax and SDK eliminate JSON copy-paste friction, working across all n8n plans including free community edition.

Key Takeaways

  1. Claude Code with Opus 3 significantly outperforms other models for workflow creation using n8n's MCP, making it the recommended AI agent choice for this task.
  2. Set up n8n MCP in Claude Desktop in 5 steps: settings > instance level MCP > copy server URL > customize tab > search and add n8n connector. Requires version 2.18.3+.
  3. Use Claude.md system prompt files in coding agents to establish baseline preferences and workflows—this allows agents to self-configure and reference your documented preferences automatically.
  4. n8n's MCP works with any coding agent supporting MCPs (Open Code, etc.) and is model-agnostic—not limited to Claude, enabling flexibility in AI provider selection.
  5. Configure read-only MCP tools for auto-approval while keeping write/delete operations manual—this balances automation with control over workflow creation.

Topics

Transcript Excerpt

n8n's MCP connection now supports creating and editing workflows. A couple weeks ago, I asked some of the engineers working on this MCP how well it works, and everyone's response was the same. I haven't manually built a workflow in weeks. I was skeptical. Uh, but after testing, they were right. With the tools they built into this new MCP, this is in a completely different league than just asking Claude to generate workflow JSON. The team wrote a whole new workflow syntax and SDK specifically opt...