Workflows can be created straight from Claude
This tutorial will teach you how to use Claude Sonnet 4.5 via MCP to create workflows without manually connecting nodes, and how to create comprehensive n8n workflow automations by simply stating your needs.
In detail:
To launch the MCP server, install Claude Desktop and Node.js, then launch your terminal and type npx n8n-mcp.
Navigate to Settings > Developer > Edit Config in Claude Desktop, then paste the configuration code. Include your workflow dashboard's URL and API key (Settings > n8n API > Create API Key).
Restart Claude Desktop, then select "Enable all tools" to grant Claude access to your workflows by clicking the n8n MCP icon in the lower right corner.
Tell Claude about your automation: "Build a n8n workflow that monitors my Gmail for emails with 'invoice' in the subject, extracts the invoice amount using AI, and logs it to a Google Sheet"
After building the automation, Claude will provide you with a direct link to open in n8n.
Claude performs best when given explicit instructions.
As opposed to "automate my emails," attempt "when I get a Slack message with 'urgent,' create a task in Todoist and send me a calendar reminder."
The workflow will be improved if you provide additional details.