Hi everyone,
I’m using n8n Cloud together with Claude Code (the Anthropic extension in Visual Studio Code) and I’m trying to follow Nate Herk’s “Claude Code is Better at n8n than I am (Beginner’s Guide)” tutorial so Claude can help with my workflows.
In my n8n Cloud instance I have:
-
Settings → Instance‑level MCP, where I get a Server URL, Access Token (JWT) and a Configuration JSON.
-
I’ve connected Claude Code to that MCP endpoint from VS Code.
On the Claude side I’ve also pointed it to these repos:
-
n8n-skills: https://github.com/czlonkowski/n8n-skills
When Claude calls the MCP server, it only sees three tools:
-
search_workflows -
get_workflow_details -
execute_workflow
This works for:
-
listing workflows I’ve enabled for MCP
-
getting their details
-
executing them
But there are no tools for creating or updating workflows, and I also don’t see any separate “API” section in the Cloud UI where I could create an n8n_api_… key like in some self‑hosted examples.
I’m not very technical, so I’m a bit confused and want to check my understanding:
-
On n8n Cloud, is it expected that the instance‑level MCP only exposes those three tools and cannot create/edit workflows?
-
Is there any way on Cloud plans to get an API key or additional MCP capabilities so an AI assistant (via VS Code + Claude Code +
n8n-mcp/n8n-skills) can actually create or modify workflows? Or is that only possible on self‑hosted / other tiers? -
If this is plan‑dependent, could someone link to docs or a pricing/feature page that explains the differences for API/MCP features on Cloud?
Thanks a lot for any clarification!
Philip