How to create a "Custom Auth" for connecting Mcp client Node using 2 headers parameters for auth

Describe the problem/error/question

Hi, i want to connect my custom MCP server.

for example,

My mcp server info is

“custom_mcp”: {

  "url": "http://custom_mcp/example",

  "headers": {

    "x-username": "id",

    "x-token": "token"

  }

}

however, the header auth of n8n Mcp client Node allows only one headers parameter not over two parameters…

Could you let me know about this problem..

The sad reality is that it’s not available yet.

You can try the MCP community node, though:

will there be any chance this feature is coming in new relases

Also looking for this. Ideally MCP client tool could import MCP json config and autofill any necessary fields.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.