提供针对 n8n 节点和完整工作流的多级校验,包含 minimal、full 和 AI agent 验证。
结合 n8n 内置的审计 API 与深度工作流扫描来执行安全审计。
允许在治理敏感环境中禁用写入和破坏性工具。
支持发送 Cloudflare Access (Zero Trust) 标头以认证 n8n API 请求。
限制与风险
n8n 管理工具的使用需要额外配置 N8N_API_URL 和 N8N_API_KEY。
AI 生成的结果可能不可预测;项目提示用户需保护其工作成果并在开发环境中进行测试。
如何开始
访问 dashboard.n8n-mcp.com 注册并获取 API 密钥,然后连接 MCP 客户端即可开始使用。
若需使用 n8n 管理工具,需配置 N8N_API_URL 和 N8N_API_KEY。
核验依据
README: A Model Context Protocol (MCP) server that provides AI assistants with comprehensive access to n8n node documentation, properties, and operations.
README: 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.
README: **n8n-mcp** started as a personal tool but now helps tens of thousands of developers automate their workflows efficiently.
README: - **`get_node`** - Unified node information tool with multiple modes: - **Info mode** (default): `detail: 'minimal'|'standard'|'full'`, `includeExamples: true`
README: - **`search_templates`** - Unified template search: - `searchMode: 'keyword'` (default) - Text search with `query` parameter