Dear all,
I hope someone can help me figure out my problem with the MCP server. I have a very simple MCP server on n8n cloud, the MCP server is working with all other tools, I can connect from Cursor, or from the mcp inspector, but every time I try to connect from Cloud Desktop, the connection breaks. I’ve tried a hundred things already, but I could not figure out what the problem is. I really hope someone can help me fix this.
Thank you so much
here the logs:
2025-05-21T16:21:49.213Z [n8n_net] [info] Initializing server…
2025-05-21T16:21:49.240Z [n8n_net] [info] Server started and connected successfully
2025-05-21T16:21:49.243Z [n8n_net] [info] Message from client: {“method”:“initialize”,“params”:{“protocolVersion”:“2024-11-05”,“capabilities”:{},“clientInfo”:{“name”:“claude-ai”,“version”:“0.1.0”}},“jsonrpc”:“2.0”,“id”:0}
[supergateway] Starting…
[supergateway] Supergateway is supported by Supermachine (hosted MCPs) - https://supermachine.ai
[supergateway] - outputTransport: stdio
[supergateway] - sse: https://lionstep-ag.app.n8n.cloud/mcp/89752b04-5908-4a4f-b2e5-98ea0cf68e31/sse
[supergateway] - Headers: (none)
[supergateway] Connecting to SSE…
[supergateway] Stdio server listening
[supergateway] Stdio → SSE: {
jsonrpc: ‘2.0’,
id: 0,
method: ‘initialize’,
params: {
protocolVersion: ‘2024-11-05’,
capabilities: {},
clientInfo: { name: ‘claude-ai’, version: ‘0.1.0’ }
}
}
[supergateway] SSE connected
[supergateway] Response: {
jsonrpc: ‘2.0’,
id: 0,
result: {
protocolVersion: ‘2025-03-26’,
capabilities: { tools: {} },
serverInfo: { name: ‘n8n-mcp-server’, version: ‘0.1.0’ }
}
}
2025-05-21T16:21:50.326Z [n8n_net] [info] Message from server: {“jsonrpc”:“2.0”,“id”:0,“result”:{“protocolVersion”:“2025-03-26”,“capabilities”:{“tools”:{}},“serverInfo”:{“name”:“n8n-mcp-server”,“version”:“0.1.0”}}}
2025-05-21T16:21:50.327Z [n8n_net] [info] Client transport closed
[supergateway] Caught SIGTERM. Exiting…
2025-05-21T16:21:50.327Z [n8n_net] [info] Server transport closed
2025-05-21T16:21:50.327Z [n8n_net] [info] Client transport closed
2025-05-21T16:21:50.327Z [n8n_net] [info] Server transport closed unexpectedly, this is likely due to the process exiting early. If you are developing this MCP server you can add output to stderr (i.e. console.error('...') in JavaScript, print('...', file=sys.stderr) in python) and it will appear in this log.
2025-05-21T16:21:50.328Z [n8n_net] [error] Server disconnected. For troubleshooting guidance, please visit our debugging documentation {“context”:“connection”}
2025-05-21T16:21:50.340Z [n8n_net] [info] Server transport closed
2025-05-21T16:21:50.340Z [n8n_net] [info] Client transport closed