Hi everyone,
I’m running into a strange issue with the MCP Trigger node in n8n.
When I create an MCP Trigger node, it generates a URL like this:
https://mydomain.hostinger.com/mcp/7583cb44-xxxx-xxxx-xxxx-xxxxxxxxxxxx
But as far as I understand, the actual endpoint required by the MCP client is the /sse subpath, like:
https://mydomain.hostinger.com/mcp/7583cb44-xxxx-xxxx-xxxx-xxxxxxxxxxxx/sse
However, the generated URL in n8n doesn’t include /sse by default, and I haven’t found any clear explanation in the documentation or tutorials (I watched quite a few videos but none mentioned this).
Has anyone experienced the same thing?
- Is this the expected behavior?
- Should I always manually add
/sseto the URL myself? - Or is this a misconfiguration in my deployment?
n8n version: 1.99.1
Deployment: Hosted via Docker on Hostinger cloud server
MCP Trigger node works if I manually add /sse, but it’s not obvious from the UI.
Would appreciate any insights or best practices! ![]()
Thanks in advance,
Alex