WebsitePlatform Login

Connect to n8n MCP

Connect n8n as an MCP server in meinGPT

Overview

There are two ways how n8n workflows can be triggered via MCP in n8n:

  1. Instance-level MCP - recommended
  2. MCP Server Trigger node (more details)

In the following we focus on the more flexible instance-level MCP access. The differences are described in the official n8n documentation:

Instance-level MCP access lets you create one connection per n8n instance, use centralized authentication, and choose which workflows to enable for access. Enabled workflows are easy to find and run without extra setup for each workflow.

In comparison, you configure an MCP Server Trigger node inside a single workflow. This node exposes tools only from that workflow, a useful approach when you want to craft a specific MCP server behavior within one workflow.

Setup

1. Get MCP URL

  • In the n8n Settings, enable the instance level MCP Server for your n8n server. Then click on "Connection details".

  • The official n8n documentation provides detailed instructions.

How to get your MCP server URL

2. Example Workflow

For the workflow to be visible for the instance-level MCP server of your n8n instance, it must be published and have one of the following trigger nodes Webhook, Schedule, Chat or Form.

Example Workflow in n8n

3. Enable Workflow MCP access

  • In n8n "Settings > Instance-level MCP" click "Enable workflow

Enable Workflow MCP access step 1

  • Select a workflow that fulfills the aforementioned conditions (published and one of the four required trigger types).
  • Click "Enable"

Enable Workflow MCP access step 2

  • Your workflow should be listed in this view:

Enable Workflow MCP access step 3

4. Create Assistant

  • In your meinGPT workspace, create an assistant and click on "Add Tool".

Creation of an assistant in meinGPT

5. Add Tool

  • Click on "Add Tool" and select "Custom MCP".

  • Paste the URL of your n8n instance in the "URL" field.

Adding a tool to an assistant in meinGPT

6. Connect Tool

  • Save your assistant and start a chat with it

  • You'll be prompted to setup the OAuth connection with your n8n MCP server.

Tool authentication required in meinGPT

  • Click on "Connect" and do the OAuth flow

Tool authentication successful in meinGPT

7. Verify Connection

  • When the connection was successfully established, you'll be presented this screen:

Verify tool connection in meinGPT

8. Use the MCP Server

  • Now you can start using your workflows via an assistant. Prompts you can try:
    • "What workflows do you see?"
    • "Run workflow xyz"

Use n8n MCP server via assistant in meinGPT

On this page