-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Description
π Analyzing the Error - Confirmed Windows Bug
Looking at your log file, I can see exactly what's happening:
π Error Analysis
text
2025-11-01T02:16:11.948Z [n8n-docs] [info] Server started and connected successfully β
2025-11-01T02:16:11.986Z [n8n-docs] [info] Message from client: initialize β
Assertion failed: !(handle->flags & UV_HANDLE_CLOSING), file src\win\async.c, line 76 β
2025-11-01T02:16:26.238Z [n8n-docs] [info] Server transport closed β
What's happening:
β
Server starts successfully
β
Connection established
β
Claude sends initialization message
β Crash during initialization - the Windows async.c bug triggers
β Server disconnects
This confirms: The bug occurs during MCP protocol initialization, not even during actual operation.
**Please note that I have installed below both, they are successfully running
n8n
running
Command
n8n-mcp-server
context7
running
Command
npx
Arguments
-y @upstash/context7-mcp@latest
**
π‘ My Honest Assessment
As an experienced MCP installer, here's the truth:
The Reality:
This is a confirmed, reproducible bug in the n8n-mcp package specific to Windows. The bug is:
β
Reported - You're going to report it to GitHub
β
Documented - Known issue in the official docs
β
Reproducible - Happens consistently on Windows
β Not fixed yet - Requires code changes by the developer