Hi Himanshu,
this error usually occurs if your MCP server's endpoint is not correct (and thus cannot be found on the server side). It might be that the server expects a different path than the one you provided. Were you able to connect to the server from another client, such as Claude or VS Code?
I've seen people connect to n8n servers from Mendix already, so it is definitely possible.
Best,
Liam
You might also want to double-check the exact MCP endpoint URL. A 404 usually means the path is not correct or the MCP route is not exposed on the n8n side.
Also try calling the same endpoint with Postman to see if the server responds. If it also returns 404 there, the issue is most likely on the n8n MCP server configuration rather than Mendix.