Question about the n8n MCP Server Trigger
I created a bunch of workflows for a customer on his own n8n instance which is hosted on Hostinger.
I created them in a way so that the user can interact with the workflows through an AI Chat like Claude or ChatGPT with the n8n MCP Server Trigger.
During development I simply used the URL of the MCP Server Trigger and added it as a connector in my Claude settings which worked perfectly.
Now I was wandering what‘s the correct way to ship this and also add some security. Right now everyone with the URL could connect to the MCP server, which is not great.
I saw that the Node offers Bearer Token and Header Auth as ways to authenticate but I don’t know how to set this up. Inside Claude for example I only see some OAuth Fields when I add an external MCP Tool.
Does anyone have any experience with this and could give some Tipps ?