UNPKG

n8n-nodes-mcp-client

Version:

4Runr's custom MCP Client node for n8n — connects to a self-hosted MCP server via SSE and streams tool definitions to n8n AI Agents.

48 lines (47 loc) 1.01 kB
{ "name": "n8n-nodes-mcp-client", "version": "0.2.12", "description": "4Runr's custom MCP Client node for n8n — connects to a self-hosted MCP server via SSE and streams tool definitions to n8n AI Agents.", "author": "4Runr <team@4runr.com>", "license": "MIT", "main": "dist/nodes/McpClient.node.js", "scripts": { "build": "tsc" }, "devDependencies": { "@types/node": "^18.0.0", "typescript": "^5.0.0" }, "dependencies": { "eventsource": "^2.0.2", "n8n-workflow": "^1.82.0" }, "n8n": { "nodes": [ "dist/nodes/McpClient.node.js" ], "credentials": [ "dist/credentials/McpClientApi.credentials.js" ] }, "repository": { "type": "git", "url": "https://github.com/KyanBergeron4Runr/4Runr-N8N-MCP-Node.git" }, "keywords": [ "n8n", "4Runr", "mcp", "automation", "ai-agent", "custom-node", "sse" ], "files": [ "dist/", "images/" ], "publishConfig": { "access": "public" } }