n8n-mcp 2.7.11 → 2.7.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/data/nodes.db +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://opensource.org/licenses/MIT)
|
|
4
4
|
[](https://github.com/czlonkowski/n8n-mcp)
|
|
5
|
-
[](https://github.com/czlonkowski/n8n-mcp)
|
|
6
6
|
[](https://www.npmjs.com/package/n8n-mcp)
|
|
7
|
-
[](https://github.com/n8n-io/n8n)
|
|
8
8
|
[](https://github.com/czlonkowski/n8n-mcp/pkgs/container/n8n-mcp)
|
|
9
9
|
|
|
10
10
|
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 525+ workflow automation nodes.
|
|
@@ -13,7 +13,7 @@ A Model Context Protocol (MCP) server that provides AI assistants with comprehen
|
|
|
13
13
|
|
|
14
14
|
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:
|
|
15
15
|
|
|
16
|
-
- 📚 **
|
|
16
|
+
- 📚 **528 n8n nodes** from both n8n-nodes-base and @n8n/n8n-nodes-langchain
|
|
17
17
|
- 🔧 **Node properties** - 99% coverage with detailed schemas
|
|
18
18
|
- ⚡ **Node operations** - 63.6% coverage of available actions
|
|
19
19
|
- 📄 **Documentation** - 90% coverage from official n8n docs (including AI nodes)
|
|
@@ -568,10 +568,10 @@ npm run dev:http # HTTP dev mode
|
|
|
568
568
|
|
|
569
569
|
## 📊 Metrics & Coverage
|
|
570
570
|
|
|
571
|
-
Current database coverage (n8n v1.
|
|
571
|
+
Current database coverage (n8n v1.101.1):
|
|
572
572
|
|
|
573
|
-
- ✅ **
|
|
574
|
-
- ✅ **520** nodes with properties (
|
|
573
|
+
- ✅ **528/528** nodes loaded (100%)
|
|
574
|
+
- ✅ **520** nodes with properties (98.5%)
|
|
575
575
|
- ✅ **470** nodes with documentation (90%)
|
|
576
576
|
- ✅ **263** AI-capable tools detected
|
|
577
577
|
- ✅ **AI Agent & LangChain nodes** fully documented
|
package/data/nodes.db
CHANGED
|
Binary file
|