I am experiencing a persistent issue with the MCP (Model Context Protocol) nodes in n8n.
After switching the SSE endpoint in Claude Desktop’s MCP config from my n8n Cloud instance to a Self-hosted instance (Elestio), and then switching back, the MCP Client node is unable to connect to the MCP Server Trigger in both environments.
The issue remains even after restarts, deleting/recreating all workflows, and setting up fresh nodes with current versions.
Another user has reported a nearly identical issue here.
What is the error message (if any)?
Error in sub-node ‘MCP Client’: Could not connect to your MCP server
Server Logs:
Mcp Client Tool: Failed to connect to MCP Server
No transport found for session [SessionID]
Last session crashed
Even though the SSE endpoint returns a valid response in the browser, the MCP Client node always fails to connect.
---
## Please share your workflow
*Minimal example:*
j

{
“nodes”: [
{
“parameters”: {
“path”: “example-path”
},
“id”: “1”,
“name”: “MCP Server Trigger”,
“type”: “@n8n/n8n-nodes-langchain.mcpTrigger”,
“typeVersion”: 1,
“position”: [240, 280]
},
{
“parameters”: {
“sseEndpoint”: “https://your-n8n-domain.tld/mcp/example-path/sse”
},
“id”: “2”,
“name”: “MCP Client”,
“type”: “@n8n/n8n-nodes-langchain.mcpClientTool”,
“typeVersion”: 1,
“position”: [480, 280]
}
],
“connections”: {}
}
The issue occurs even in minimal setup (just MCP Server Trigger and MCP Client).
---
## Share the output returned by the last node
There is no output – the workflow fails with the above error message as soon as the MCP Client node tries to connect.
---
## Information on your n8n setup
* **n8n version:**
* 1.91.3 (Self-hosted, Elestio)
* 1.90.2 (n8n Cloud)
* **Database:** PostgreSQL (Elestio), (default for n8n Cloud)
* **n8n EXECUTIONS_PROCESS setting:** default
* **Running n8n via:** Self-hosted (Elestio,, n8n Cloud
* **Operating system:** Linux (Self-hosted: Elestio), n8n Cloud
---
**Additional info:**
The problem started **immediately after changing the SSE endpoint in Claude Desktop’s MCP configuration** (from n8n Cloud to Elestio and back).
Even after complete resets, creating new workflows, and re-adding the nodes, the connection error persists on both instances.
The SSE endpoint is reachable in the browser and returns the expected event/response, but the MCP Client node fails with the session/transport error.
---
If you need more logs or details, I can provide them.
