n8n-workflow-builder

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.

GitHub Stars

357

User Rating

Not Rated

Favorites

0

Views

55

Forks

93

Issues

2

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Node.js: Recommended v14 or higher
npm: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/makafeli/n8n-workflow-builder.git
cd n8n-workflow-builder

2. Install Dependencies

bash
npm install

3. Build and Test

Build the project:
bash
  npm run build
  
Start the MCP Server:
bash
  npm start
  

Troubleshooting

Issue: Server won't start Solution: Check Node.js version and reinstall dependencies.

Additional Resources