|
9 | 9 | [](https://github.com/czlonkowski/n8n-mcp/pkgs/container/n8n-mcp) |
10 | 10 | [](https://railway.com/deploy/n8n-mcp?referralCode=n8n-mcp) |
11 | 11 |
|
12 | | -A Model Context Protocol (MCP) server that provides AI assistants with comprehensive access to n8n node documentation, properties, and operations. Deploy in minutes to give Claude and other AI assistants deep knowledge about n8n's 1,588 workflow automation nodes (820 core + 768 community). |
| 12 | +A Model Context Protocol (MCP) server that provides AI assistants with comprehensive access to n8n node documentation, properties, and operations. Deploy in minutes to give Claude and other AI assistants deep knowledge about n8n's 1,650 workflow automation nodes (820 core + 830 community). |
13 | 13 |
|
14 | 14 | ## Overview |
15 | 15 |
|
16 | 16 | n8n-MCP serves as a bridge between n8n's workflow automation platform and AI models, enabling them to understand and work with n8n nodes effectively. It provides structured access to: |
17 | 17 |
|
18 | | -- **1,505 n8n nodes** - 812 core nodes + 693 community nodes (605 verified) |
| 18 | +- **1,650 n8n nodes** - 820 core nodes + 830 community nodes (741 verified) |
19 | 19 | - **Node properties** - 99% coverage with detailed schemas |
20 | 20 | - **Node operations** - 63.6% coverage of available actions |
21 | 21 | - **Documentation** - 87% coverage from official n8n docs (including AI nodes) |
22 | 22 | - **AI tools** - 265 AI-capable tool variants detected with full documentation |
23 | | -- **Real-world examples** - 2,646 pre-extracted configurations from popular templates |
24 | | -- **Template library** - 2,709 workflow templates with 100% metadata coverage |
| 23 | +- **Real-world examples** - 156 ranked configurations extracted from popular templates |
| 24 | +- **Template library** - 2,352 workflow templates with 99.96% AI metadata coverage |
25 | 25 | - **Community nodes** - Search verified community integrations with `source` filter |
26 | 26 |
|
27 | 27 | ## Support This Project |
@@ -102,7 +102,7 @@ CRITICAL: Execute tools without commentary. Only respond AFTER all tools complet |
102 | 102 | When operations are independent, execute them in parallel for maximum performance. |
103 | 103 |
|
104 | 104 | ### 3. Templates First |
105 | | -ALWAYS check templates before building from scratch (2,709 available). |
| 105 | +ALWAYS check templates before building from scratch (2,352 available). |
106 | 106 |
|
107 | 107 | ### 4. Multi-Level Validation |
108 | 108 | Use validate_node(mode='minimal') → validate_node(mode='full') → validate_workflow pattern. |
@@ -298,7 +298,7 @@ Use the same four-parameter format: |
298 | 298 | ### Core Behavior |
299 | 299 | 1. **Silent execution** - No commentary between tools |
300 | 300 | 2. **Parallel by default** - Execute independent operations simultaneously |
301 | | -3. **Templates first** - Always check before building (2,709 available) |
| 301 | +3. **Templates first** - Always check before building (2,352 available) |
302 | 302 | 4. **Multi-level validation** - Quick check → Full validation → Workflow validation |
303 | 303 | 5. **Never trust defaults** - Explicitly configure ALL parameters |
304 | 304 |
|
|
0 commit comments