
n8n
AIエージェントノードを備えたノードベース自動化ツール
概要
数百のサービスをビジュアルキャンバス上で連携させるツールで、近年はそのフロー内にLLMエージェントを組み込む用途が増えています。最初に確認すべきはライセンスです。OSI承認のオープンソースではなく、Sustainable Use Licenseによるソース公開型にあたります。社内利用やセルフホストは可能ですが、ホスティングサービスとして再販することは認められていません。
n8nで何ができますか?
- ローカルでエディタを起動 —
npx n8nですぐに立ち上がり、docker.n8n.io/n8nio/n8nのイメージにn8n_dataボリュームを割り当てる方法でもポート5678でキャンバスを開けます。 - フローの中にエージェントを置く — 1500以上の連携ノードを並べた同じキャンバス上で、ツール呼び出しや条件分岐、人間の承認を挟んだ複数ステップのエージェントを1ステップとして組み込めます。
- 公開済みのフローから始める — READMEは1500以上の連携ノードと併せてn8n.io/workflowsの9,000件超のワークフローテンプレートを案内しており、白紙のキャンバスではなく既存のフローを土台にできます。
- 足りない処理はコードで書く — ノード内でJavaScriptとPython、npmパッケージを利用でき、ビジュアル構築では表現しきれない処理を補えます。
ドキュメント
n8n-io/n8n のREADMEより転載(Sustainable Use License)。 原文を読む ↗

n8n – The Platform for AI Agents and Workflow Automation
Fair-code platform to build and deploy AI agents and workflows. Combine a visual canvas with custom code, run it self-hosted or in the cloud, and connect to 1500+ integrations. AI automation you can trust with real work, from prototype to production.

Key Capabilities
- AI-Native Automation Platform: Build and operationalize AI workflows and multi-step agents using your own data, models, and tools
- Model Flexibility, No Lock-In: Connect to OpenAI, Anthropic, Google, or open-source models and switch providers without changing your architecture
- From Prototype to Production: Design multi-step AI workflows with logic, tool use, human approvals, and full observability
- Code When You Need It: Combine visual building with JavaScript, Python, and npm packages for advanced AI workflows
- Enterprise-Ready AI: Self-host or deploy securely with role-based access, audit trails, and support for sensitive data
- Leverage What Already Exists: 1500+ integrations and 9,000+ workflow templates to connect AI with your existing systems
Quick Start
Try n8n instantly with npx (requires Node.js):
npx n8n
Or deploy with Docker:
docker volume create n8n_data
docker run -it --rm --name n8n -p 5678:5678 -v n8n_data:/home/node/.n8n docker.n8n.io/n8nio/n8n
Access the editor at http://localhost:5678
Resources
- 📚 Documentation
- 🔧 1500+ Integrations
- 💡 Example Workflows
- 🤖 AI & LangChain Guide
- 👥 Community Forum
- 📖 Community Tutorials
Support
Need help? Our community forum is the place to get support and connect with other users: community.n8n.io
Join the Team
Want to shape the future of automation? Check out our job posts and join our team!
What does n8n mean?
Short answer: It means “nodemation” and is pronounced as n-eight-n.
Long answer: “I get that question quite often (more often than I expected) so I decided it is probably best to answer it here. While looking for a good name for the project with a free domain I realized very quickly that all the good ones I could think of were already taken. So, in the end, I chose nodemation. ‘node-’ in the sense that it uses a Node-View and that it uses Node.js and ‘-mation’ for ‘automation’ which is what the project is supposed to help with. However, I did not like how long the name was and I could not imagine writing something that long every time in the CLI. That is when I then ended up on ‘n8n’.” - Jan Oberhauser, Founder and CEO, n8n.io