Files
nexus/wiki/concepts/n8n-mcp.md
2026-04-14 16:02:50 +08:00

35 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "n8n-mcp"
type: concept
tags: [n8n, MCP, AI]
sources: [n8n-Claude-通过自然语言自动化工作流.md, 使用Claude自动生成N8N工作流的实操教程.md]
last_updated: 2026-04-14
---
## Definition
n8n 多功能控制面板Multi-Controll Panel作为 n8n 与 AI 模型之间的桥梁,使 AI 能够理解和使用 n8n 节点。
## Properties
- **节点覆盖**543 个 n8n 节点(来自 n8n-nodes-base 和 @n8n/n8n-nodes-langchain
- **属性覆盖**99%
- **操作覆盖**63.6% 的可用动作
- **文档覆盖**87%(包括 AI 节点)
- **AI 节点**271 个具有完整文档的 AI 能力节点
- **模板库**2,709 个工作流模板100% 元数据覆盖
- **实际示例**2,646 个从流行模板预提取的配置
## Mechanism
通过 n8n-mcpClaude 可以:
1. 访问所有 n8n 节点定义
2. 获取节点属性和操作
3. 查看文档和示例
4. 生成工作流配置
## Related Concepts
- [[MCP]]Model Context Protocol此处的技术基础
- [[自然语言工作流生成]]n8n-mcp 使此功能成为可能
## Connections
- [[n8n]] ← 暴露 ← [[n8n-mcp]]
- [[Claude]] ← 使用 ← [[n8n-mcp]]
- [[n8n-mcp]] ← 基于 ← [[Node.js]]