loading…
Search for a command to run...
loading…
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.
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.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"n8n-nodes-mcp-client": {
"command": "npx",
"args": [
"-y",
"n8n-nodes-mcp-client"
]
}
}
}Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also