n8n-nodes-mcp-client

4Runr

n8n-nodes-mcp-client 是 4Runr 为 n8n 工作流自动化平台开发的定制 MCP 客户端节点。该工具通过 SSE(Server-Sent Events)连接到自托管的 MCP 服务器,并将工具定义流式传输给 n8n AI 代理,使 AI 代理能够在 n8n 工作流中动态调用外部工具和服务。

mcpn8nautomationai-agentcustom-node
支持环境:Node.js
安装
npm install n8n-nodes-mcp-client
使用示例
以下是如何在你的项目中使用 n8n-nodes-mcp-client 的基本示例
// 基本使用示例
import { n8nnodesmcpclient } from 'n8n-nodes-mcp-client';

// 初始化
const tool = new n8nnodesmcpclient();

// 使用
await tool.execute();
工具信息
版本0.2.12
许可证MIT
包名n8n-nodes-mcp-client
发布时间2025/10/3
最后更新2025/10/3
相关工具

即将推出相关工具推荐功能

n8n-nodes-mcp-client - MCPHub