Up until now, n8n’s instance-level MCP server could only execute workflows from external tools like Claude Code, Cursor, and others.
We’ve just added two new capabilities to the n8n MCP server, now in beta:
-
Create new workflows
-
Update existing workflows
This is now live in the 2.14.0 beta and available for everyone - cloud, self-hosted community, and enterprise versions.
This has been one of our most consistent requests, and we get why. Many of you have told us you want to build and modify workflows from within your own AI tooling without switching back to the editor for every change.
It’s also part of a larger effort that’s become a core focus for us at the product level: making n8n work better alongside other tools. Whatever tool you’re building with, n8n can be a first-class participant, not something siloed in its own editor. For example, using n8n together with Claude Code, Cursor, or Codex.
We’ve already seen this happening in our community, some of which were ahead of us.
On that note, czlonkowski/n8n-mcp has been helping people build n8n workflows with an MCP server for a while now, with 14k+ stars on GitHub. We appreciate the work that’s gone into it and encourage you to check it out if you haven’t.
We also want to make sure the external tools people use to build with n8n (the MCP clients) have as complete an understanding of n8n as possible. That means access to internals that aren’t exposed through the public API, which is why we’re building this natively.
The public beta is available now, with a full announcement to follow, but we wanted to share it with our community members first.
Here’s how to connect to the n8n MCP server - please note this page has not been updated to reflect the new MCP capabilities.
Let us know what questions or comments you have so we can help as you try it out.
Thank you!
Ophir & the rest of the n8n team