From 1b7dd3b51733994f6c1d577a008bcc88cdc1e08b Mon Sep 17 00:00:00 2001 From: czlonkowski <56956555+czlonkowski@users.noreply.github.com> Date: Thu, 9 Oct 2025 23:33:03 +0200 Subject: [PATCH] docs: add top 20 most used n8n nodes to Claude Project Setup - Added list of most popular nodes based on telemetry data (16,211 workflows) - Includes full nodeType identifiers for easy reference - Helps AI assistants prioritize commonly-used nodes - Data sourced from real-world usage analysis --- README.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ecbc16..d29c3a1 100644 --- a/README.md +++ b/README.md @@ -678,7 +678,35 @@ n8n_update_partial_workflow({ - **Avoid when possible** - Prefer standard nodes - **Only when necessary** - Use code node as last resort - **AI tool capability** - ANY node can be an AI tool (not just marked ones) -```` + +### Most Popular n8n Nodes (for get_node_essentials): + +Based on real-world usage data from 16,211 workflows across 4,280 users: + +1. **n8n-nodes-base.code** - JavaScript/Python scripting +2. **n8n-nodes-base.httpRequest** - HTTP API calls +3. **n8n-nodes-base.webhook** - Event-driven triggers +4. **n8n-nodes-base.set** - Data transformation +5. **n8n-nodes-base.if** - Conditional routing +6. **n8n-nodes-base.manualTrigger** - Manual workflow execution +7. **n8n-nodes-base.respondToWebhook** - Webhook responses +8. **n8n-nodes-base.scheduleTrigger** - Time-based triggers +9. **@n8n/n8n-nodes-langchain.agent** - AI agents +10. **n8n-nodes-base.googleSheets** - Spreadsheet integration +11. **n8n-nodes-base.merge** - Data merging +12. **n8n-nodes-base.switch** - Multi-branch routing +13. **n8n-nodes-base.telegram** - Telegram bot integration +14. **@n8n/n8n-nodes-langchain.lmChatOpenAi** - OpenAI chat models +15. **n8n-nodes-base.splitInBatches** - Batch processing +16. **n8n-nodes-base.openAi** - OpenAI legacy node +17. **n8n-nodes-base.gmail** - Email automation +18. **n8n-nodes-base.function** - Custom functions +19. **n8n-nodes-base.stickyNote** - Workflow documentation +20. **n8n-nodes-base.executeWorkflowTrigger** - Sub-workflow calls + +**Note:** LangChain nodes use the `@n8n/n8n-nodes-langchain.` prefix, core nodes use `n8n-nodes-base.` + +``` Save these instructions in your Claude Project for optimal n8n workflow assistance with intelligent template discovery.