N8n Nodes Mcp Client
Freeby MCP Community
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.
v0.2.12Added Apr 12, 2026
n8n4Runrmcpautomationai-agent
N8n Nodes Mcp Client MCP Server
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.
Installation
Reviews
Installation
Quick install
npx -y n8n-nodes-mcp-client
Add to claude_desktop_config.json
{
"mcpServers": {
"n8n-nodes-mcp-client": {
"command": "npx",
"args": ["-y", "n8n-nodes-mcp-client"]
}
}
}