AI assistant integration for n8n workflow automation through Model Context Protocol (MCP). Connect Claude Desktop, ChatGPT, and other AI assistants to n8n for natural language workflow management. Operations teams can automate repetitive tasks, integrate APIs, and manage workflows using natural language commands.
git clone https://github.com/makafeli/n8n-workflow-builder.githttps://github.com/makafeli/n8n-workflow-builder
Automate the creation of complex workflows in n8n using natural language commands.
Execute existing workflows on demand through AI assistant interactions.
Manage workflow lifecycles, including activation, deactivation, and updates, via conversational prompts.
Retrieve detailed status information about workflows to monitor performance and issues.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/makafeli/n8n-workflow-builderCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Create a detailed n8n workflow for [COMPANY] in the [INDUSTRY] sector. The workflow should automate [DATA] processing and include the following steps: [STEP1], [STEP2], and [STEP3]. Ensure the workflow integrates with [TOOL1] and [TOOL2]. Provide the workflow in JSON format.
# n8n Workflow for Acme Corp in the Retail Sector
## Workflow Overview
This workflow automates customer data processing for Acme Corp, a retail company. It integrates with Salesforce and Mailchimp to streamline customer data management.
## Workflow Steps
1. **Data Collection**: Gather customer data from Salesforce.
2. **Data Processing**: Clean and format the data.
3. **Data Segmentation**: Segment customers based on purchase history.
4. **Email Campaign**: Send targeted emails via Mailchimp.
## Workflow JSON
```json
{
"nodes": [
{
"parameters": {
"resource": "customer",
"operation": "getAll"
},
"name": "Salesforce",
"type": "n8n-nodes-base.salesforce"
},
{
"parameters": {
"data": "{{$node["Salesforce"].json}}",
"operation": "clean"
},
"name": "Data Cleaning",
"type": "n8n-nodes-base.function"
},
{
"parameters": {
"data": "{{$node["Data Cleaning"].json}}",
"segmentation": "purchaseHistory"
},
"name": "Customer Segmentation",
"type": "n8n-nodes-base.function"
},
{
"parameters": {
"data": "{{$node["Customer Segmentation"].json}}",
"operation": "sendEmail"
},
"name": "Mailchimp",
"type": "n8n-nodes-base.mailchimp"
}
],
"connections": {
"Salesforce": {
"main": [
[
{
"node": "Data Cleaning",
"type": "main",
"index": 0
}
]
]
},
"Data Cleaning": {
"main": [
[
{
"node": "Customer Segmentation",
"type": "main",
"index": 0
}
]
]
},
"Customer Segmentation": {
"main": [
[
{
"node": "Mailchimp",
"type": "main",
"index": 0
}
]
]
}
}
}
```AI assistant built for thoughtful, nuanced conversation
Your one-stop shop for church and ministry supplies.
Unlock data insights with interactive dashboards and collaborative analytics capabilities.
Automate your browser workflows effortlessly
Enterprise workflow automation and service management platform
Automate your spreadsheet tasks with AI power
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan