Imagine telling Claude: "Create a workflow in n8n that captures leads from my form and sends them to my CRM." And Claude does it. On its own. Without you touching the editor. That is already possible. The Model Context Protocol (MCP) has arrived in n8n, and the latest version turns your entire instance into a native tool for any AI agent.
What is the Model Context Protocol (MCP)?
MCP is an open standard created by Anthropic in November 2024. Its goal is to solve the historic problem of AI integrations: each model had its own way of connecting to external tools, forcing developers to create custom adapters for every possible combination.
MCP proposes a universal protocol: an MCP server exposes tools in a standard format, and any MCP client (Claude Desktop, Cursor, Windsurf, ChatGPT, etc.) can discover those tools and use them automatically. It is the USB-C of AI integrations.
What n8n Launched: Two Nodes That Change Automation
On April 10, 2025, n8n officially announced two new nodes that make n8n a first-class citizen of the MCP ecosystem.
1. MCP Server Trigger: Turn Any Workflow into an AI Tool
The MCP Server Trigger node acts as the entry point. It exposes your n8n workflow as an MCP tool with a public URL (two URLs: one for testing and one for production). Any MCP-compatible AI agent can connect to that URL and execute your workflow as if it were its own function.
Practical example: you have a workflow that checks the status of an order in your Shopify store. Add the MCP Server Trigger at the start and, from that moment on, Claude can answer customer questions about their orders in real time, calling your workflow directly.
2. MCP Client Tool: n8n Connects to Any MCP Server
The MCP Client Tool node works in reverse: it turns n8n into an MCP client. From inside a workflow with an AI Agent node, you can connect to any external MCP server and use all its available tools, or just the ones you select.
In November 2025, n8n also released the MCP Client as a standalone node — no need to be inside an AI Agent. You can call MCP servers from any step in your workflow.
The Biggest Update: n8n Can Now Create Its Own Workflows with AI
Here is the quantum leap. Starting with n8n v2.13 (available for all editions — Cloud, Enterprise, and free Community), n8n exposes its own native MCP server. You don't have to build anything: your instance is already an MCP server from day one.
But the new feature in v2.14 (released March 2026) is historic: n8n's MCP server now includes tools to create and edit workflows programmatically. That means you can tell Claude in your terminal:
"Create a workflow in n8n that every Monday at 8am checks my Stripe sales from the week and sends me a summary on WhatsApp."
And Claude will build that workflow in your n8n instance, node by node, without you opening the editor.
How to Start: Connect Claude Desktop to Your n8n in 3 Steps
You need n8n v2.13 or higher and Claude Desktop installed. The process is as follows:
- In n8n, go to Settings → API and generate an API Key. Copy your instance URL (for example, https://your-n8n.railway.app).
- In Claude Desktop, open settings (claude_desktop_config.json) and add your n8n MCP server with the SSE endpoint URL of your instance and your API Key as Bearer authentication.
- Restart Claude Desktop. You will see the n8n tools available in the side panel. From that moment you can execute workflows and, with v2.13+, create them directly from the conversation.
Why This Matters for Your Business Right Now
For years, automating a business required knowing how to code or spending hours learning a visual tool. MCP + n8n inverts that equation: now you describe your process in natural language to an AI agent, and the agent builds it for you. The barrier to entry for automation has just hit the floor.
If you already use n8n, update to v2.13+ and connect Claude Desktop today. If you don't use n8n yet, this is the best time to start: you get access to a platform that can be controlled with natural language, without writing a single line of code, in any edition including the free one.
Automation no longer requires knowing how to automate. Just knowing what you want to happen.