Skip to main content

Lodgix MCP Server Integration with n8n

Connect your Lodgix account to n8n using the MCP Client node and OAuth2 authentication

Written by Bobby Wiles
Updated over a week ago

This guide walks you through connecting the Lodgix MCP Server to n8n using the MCP Client node and OAuth2 authentication.

Add the MCP Client Node in n8n

  1. Open your n8n workflow.

  2. Click “Add Node”.

  3. Search for and select MCP Client.

  4. Add it to your workflow.

Configure the MCP Client Node

Enter the following configuration:

  • Server Transport: HTTP Streamable

  • MCP Endpoint URL: https://mcp.lodgix.com/mcp

  • Authentication: MCP OAuth2

  • Credential for MCP Oauth2 API: Create new Credential

Set Up MCP OAuth2 Credentials

Enter the following configuration:

  • Use Dynamic Client Registration: Enabled

  • Allowed HTTP Request Domains: Specific Domains

  • Allowed Domains: *.lodgix.com

Authorize the Connection

  1. Click Save on the newly created credential.

  2. A popup window will open prompting you to log in to your Lodgix account.

    1. If no popup window opens ensure you have allowed popup within your browser.

  3. Review the requested permissions.

  4. Click Authorize to grant n8n access.

Verify the Connection

  • Once authorized, the credential should show as connected in n8n.

  • You can now use the MCP Client node to interact with Lodgix data.

Did this answer your question?