Skip to content

[Bug] Windows: MCP server crashes during initialization with async.c assertion failure {Urgetn FIx Please}Β #385

@libragik

Description

@libragik

πŸ” 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions