Skip to content

n8n MCP: What It Does and How to Connect It

TL;DR

n8n has an official MCP server, built by n8n, that connects an assistant to your n8n instance.

– Its 27 tools build workflows from a prompt, run, test and validate them, and manage nodes, data tables, projects and credentials.

– Add it from the connector directory and connect your n8n instance, or read the n8n MCP tools reference.

– Use it to build n8n workflows that automate La Growth Machine (recurring lead imports, enrich-and-route) via the LGM n8n node, no LGM MCP required.

n8n has an official MCP server, built by n8n. It lets you talk to your n8n instance from an AI assistant like Claude and build automations from a prompt. In practice it can:

  • create, update, and publish workflows
  • run, test, and validate them before they go live
  • manage data tables, nodes, projects, and credentials
  • search workflows and past executions

It connects through the official connector, with no code.

This guide covers what the n8n MCP does, how to connect it, and a concrete angle for go-to-market teams: building n8n workflows from Claude that automate your La Growth Machine processes.

New to the protocol? Start with what an MCP server is.

What is the n8n MCP

The n8n MCP server is n8n’s official implementation of the Model Context Protocol, the open standard that lets AI applications talk to external systems. It connects an assistant to your own n8n instance.

Its headline feature is building workflows from a prompt. You describe the automation, and the assistant creates the workflow, validates it, runs a test, and fixes itself if something breaks, all inside n8n.

It works with Claude, ChatGPT (OpenAI), and any other assistant or LLM that supports the Model Context Protocol.

What the n8n MCP lets you do

The server ships 27 tools that cover the full workflow lifecycle. Grouped:

  • Build workflows – create, update, publish, unpublish, and archive workflows, including from code.
  • Run and test – execute, test, and validate workflows, prepare test data, and read executions.
  • Work with nodes – search nodes, get node types and suggestions, and read the SDK reference.
  • Manage data and resources – search and edit data tables, and search projects, folders, and credentials.

That turns building automations into a conversation. A few examples:

  • “Build a workflow that pulls new rows from this Google Sheet every hour.”
  • “Add a step that enriches each contact before the next node.”
  • “Test this workflow with sample data and tell me what breaks.”
What the n8n MCP lets you do: build workflows, run and test, manage data and resources

How to install the n8n MCP

The n8n MCP is an official connector, so setup is quick.

  • Add it as a connector. Add n8n from the Claude connector directory, then connect it to your n8n instance and authenticate.
  • Scope it. It acts on your instance with the access you grant, so connect a workspace and credentials you control. See the n8n MCP tools reference.

It works with Claude, ChatGPT (OpenAI), and any other LLM or host that supports MCP.

For the full walkthrough on adding an MCP server to your assistant, see what an MCP server is and how to install one.

This tutorial shows the n8n MCP building a workflow from a prompt:

Official n8n-MCP tutorial: build workflows with Claude

MCP La Growth Machine
Run your outreach from Claude
Connect La Growth Machine to your AI assistant with the official MCP
Explore the MCP →

When to use n8n rather than the assistant alone

A connector like the one for a CRM or Slack lets an assistant act in the moment. n8n is for automations that need to keep running.

Reach for n8n when the work is:

  • Recurring. It runs on a schedule, not once in a chat.
  • API-heavy. It chains several APIs and tools in a fixed order.
  • Shared. A whole team relies on it, so it cannot live in one person’s assistant session.

The n8n MCP lets you build those workflows from a prompt. n8n then runs them on its own, without you in the loop.

Concrete use cases: automate La Growth Machine with n8n

La Growth Machine is available as a node in n8n, so your workflows can act on it directly. The n8n MCP is what builds and tests those workflows from Claude. There is no need to wire the LGM MCP into n8n, the workflow itself talks to La Growth Machine.

Build an LGM automation from Claude: describe it, the n8n MCP builds the workflow, test it, schedule it to feed La Growth Machine

Add leads to an audience on a schedule

What it produces

A workflow that sources leads on a recurring basis and adds them to a La Growth Machine audience, so a campaign always has fresh prospects.

How the n8n MCP builds it

Describe it to Claude: pull leads from a source, dedupe them, and add them to a named La Growth Machine audience every morning. The n8n MCP creates the workflow, validates it, and runs a test before you publish it.

Prompts to try:

  • Build an n8n workflow that scrapes a list, dedupes it, and adds the leads to my “Inbound SaaS” audience in La Growth Machine every day.
  • Add a step that skips leads already in the audience.
  • Test the workflow with five sample rows and show me the result.

Enrich and route new leads through an API

What it produces

A workflow that catches a new lead, enriches it through an API, and pushes it into the right La Growth Machine campaign, hands-free.

How the n8n MCP builds it

Tell Claude the trigger and the enrichment API to call. The n8n MCP wires the nodes, validates the data shape, and runs a test execution so you see the output before it goes live.

Prompts to try:

  • Build a workflow that enriches each new lead with this API, then adds it to my La Growth Machine audience.
  • Validate the workflow and fix any node that fails.
  • Schedule it to run every hour.

Share the automation with the team

What it produces

A workflow that lives in a shared n8n project, so the whole team relies on the same automation instead of a personal assistant session.

How the n8n MCP builds it

Build and test the workflow from Claude, then publish it into a shared project. It runs on n8n’s schedule, owned by the team, not by one person’s chat.

Prompts to try:

  • Move this workflow into our “GTM automations” project and publish it.
  • Search our projects for any workflow that already feeds the La Growth Machine audience.
  • Archive the old version once the new one passes its test.

See the La Growth Machine node for n8n and the rest of the La Growth Machine integrations.

La Growth Machine - MCP
Pilot your prospecting from your AI assistant
Build audiences, launch campaigns and reply to leads in plain language. The official LGM MCP plugs your outreach straight into Claude and any MCP-compatible AI.
Get the LGM MCP → Works with Claude, Cursor & more
Claude × LGM
“Find 50 CMOs in SaaS and launch a LinkedIn + email sequence.”
Audience built · Sequence live

Tips and security

The n8n MCP acts on your instance, so scope it with care.

  • Use trusted connectors. n8n’s connector is official, built by n8n. Only enable connectors from developers you trust.
  • Keep credentials in n8n. Store API keys in n8n’s credential store, never in the prompt.
  • Test before you publish. Run a test execution and validate the workflow before it goes live.

Frequently asked questions

Does n8n have an official MCP server? Yes. n8n ships an official MCP server that connects an assistant to your n8n instance and can build workflows from a prompt.

What can the n8n MCP do? It exposes 27 tools to create, update, run, test, and validate workflows, work with nodes, and manage data tables, projects, and credentials.

How do I connect n8n to Claude? Add n8n from the connector directory, then connect it to your n8n instance and authenticate. It works with Claude and ChatGPT (OpenAI).

Can I automate La Growth Machine with n8n? Yes. La Growth Machine is a node in n8n, so a workflow can add leads to an audience, enrich and route them, or trigger on an event. Use the n8n MCP to build that workflow from Claude.

Do I need the La Growth Machine MCP for this? No. The workflow talks to La Growth Machine through its n8n node. The n8n MCP is only there to build and test the workflow.

Most outreach runs blind.
La Growth Machine fixes that.

Multichannel sequences, a native MCP server for LLMs and a Skills library for GTM teams.

Discover La Growth Machine
Discover La Growth Machine