
Security News
Astral Launches pyx: A Python-Native Package Registry
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
n8n-nodes-mcp-client
Advanced tools
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.
Built by 4Runr, this is a custom n8n node that connects to a self-hosted MCP Server via Server-Sent Events (SSE). It streams tool definitions to n8n AI Agents in real time, enabling flexible, dynamic automation at scale.
sseUrl
endpoint for incoming tools
events./mcp/message
with the correct payload and headers.Configure Credentials
4Runr MCP Access
with:
SSE URL
(required): Your MCP server's SSE endpoint (e.g., https://mcp-server/mcp-events
)SSE Connection Timeout
(optional): Timeout in ms (default: 60000)Messages POST Endpoint
(required): Your MCP server's message endpoint (e.g., https://mcp-server/mcp/message
)Additional Headers
(optional): JSON for API keys, etc. (e.g., { "X-API-Key": "Test12345" }
)Add the Node to Your Workflow
Tool Execution
{
"toolCall": {
"toolName": "check_availability",
"parameters": { ... }
}
}
X-API-Key
header (if provided) will be included in all POST requests.Error Handling
tools
event with a tools
array in the data payload.Tool Name Mapping (Optional)
property.Developed and maintained by 4Runr — Montreal's AI infrastructure company transforming how businesses run with intelligent systems.
FAQs
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.
The npm package n8n-nodes-mcp-client receives a total of 711 weekly downloads. As such, n8n-nodes-mcp-client popularity was classified as not popular.
We found that n8n-nodes-mcp-client demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.