$git clone https://github.com/makafeli/n8n-workflow-builder<meta property="og:title" content="n8n Workflow Builder MCP Server - AI Assistant Integration for n8n Automation"> <meta property="og:description" content="Connect Claude Desktop, ChatGPT, and other AI assistants directly to your n8n instan
| 1 | # n8n Workflow Builder MCP Server |
| 2 | |
| 3 | <!-- Social Media Preview Meta Tags --> |
| 4 | <meta property="og:title" content="n8n Workflow Builder MCP Server - AI Assistant Integration for n8n Automation"> |
| 5 | <meta property="og:description" content="Connect Claude Desktop, ChatGPT, and other AI assistants directly to your n8n instance for seamless workflow management, creation, and execution through natural language commands."> |
| 6 | <meta property="og:image" content="https://raw.githubusercontent.com/makafeli/n8n-workflow-builder/main/.github/assets/social-preview.png"> |
| 7 | <meta property="og:url" content="https://github.com/makafeli/n8n-workflow-builder"> |
| 8 | <meta property="og:type" content="website"> |
| 9 | <meta property="twitter:card" content="summary_large_image"> |
| 10 | <meta property="twitter:title" content="n8n Workflow Builder MCP Server - AI Assistant Integration"> |
| 11 | <meta property="twitter:description" content="Connect AI assistants like Claude Desktop to n8n for natural language workflow automation. Create, manage, and execute workflows through conversation."> |
| 12 | <meta property="twitter:image" content="https://raw.githubusercontent.com/makafeli/n8n-workflow-builder/main/.github/assets/social-preview.png"> |
| 13 | |
| 14 | **The ultimate AI assistant integration for n8n workflow automation** - Connect Claude Desktop, ChatGPT, and other AI assistants directly to your n8n instance for seamless workflow management, creation, and execution through the Model Context Protocol (MCP). |
| 15 | |
| 16 | <div align="center"> |
| 17 | |
| 18 | <a href="https://smithery.ai/server/@makafeli/n8n-workflow-builder"> |
| 19 | <img src="https://smithery.ai/badge/@makafeli/n8n-workflow-builder" alt="Smithery Server Badge"> |
| 20 | </a> |
| 21 | |
| 22 | <br><br> |
| 23 | |
| 24 | <!-- Package & Repository Stats --> |
| 25 | <a href="https://www.npmjs.com/package/@makafeli/n8n-workflow-builder"> |
| 26 | <img src="https://img.shields.io/npm/v/@makafeli/n8n-workflow-builder?style=flat-square&logo=npm&color=CB3837" alt="npm version"> |
| 27 | </a> |
| 28 | <a href="https://www.npmjs.com/package/@makafeli/n8n-workflow-builder"> |
| 29 | <img src="https://img.shields.io/npm/dm/@makafeli/n8n-workflow-builder?style=flat-square&logo=npm&color=CB3837" alt="npm downloads"> |
| 30 | </a> |
| 31 | <a href="https://github.com/makafeli/n8n-workflow-builder"> |
| 32 | <img src="https://img.shields.io/github/stars/makafeli/n8n-workflow-builder?style=flat-square&logo=github&color=181717" alt="GitHub stars"> |
| 33 | </a> |
| 34 | <a href="https://github.com/makafeli/n8n-workflow-builder/network/members"> |
| 35 | <img src="https://img.shields.io/github/forks/makafeli/n8n-workflow-builder?style=flat-square&logo=github&color=181717" alt="GitHub forks"> |
| 36 | </a> |
| 37 | |
| 38 | <br> |
| 39 | |
| 40 | <!-- Build & Quality Badges --> |
| 41 | <a href="https://github.com/makafeli/n8n-workflow-builder/actions"> |
| 42 | <img src="https://img.shields.io/github/actions/workflow/status/makafeli/n8n-workflow-builder/ci.yml?style=flat-square&logo=github-actions&label=tests" alt="CI Status"> |
| 43 | </a> |
| 44 | <a href="https://github.com/makafeli/n8n-workflow-builder/blob/main/LICENSE"> |
| 45 | <img src="https://img.shields.io/github/license/makafeli/n8n-workflow-builder?style=flat-square&color=green" alt="License"> |
| 46 | </a> |
| 47 | <a href="https://nodejs.org/"> |
| 48 | <img src="https://img.shields.io/node/v/@makafeli/n8n-workflow-builder?style=flat-square&logo=node.js&color=339933" alt="Node.js version"> |
| 49 | </a> |
| 50 | <a href="https://www.typescriptlang.org/"> |
| 51 | <img src="https://img.shields.io/badge/TypeScript-Ready-blue?style=flat-square&logo=typescript" alt="TypeScript"> |
| 52 | </a> |
| 53 | |
| 54 | <br> |
| 55 | |
| 56 | <!-- Platform Integration Badges --> |
| 57 | <a href="https://glama.ai/mcp/servers/fhoynrlnpp"> |
| 58 | <img src="https://glama.ai/mcp/servers/fhoynrlnpp/badge" alt="n8n Workflow Builder Server MCP server" height="40"> |
| 59 | </a> |
| 60 | |
| 61 | <a href="https://mseep.ai/app/makafeli-n8n-workflow-builder"> |
| 62 | <img src="https://mseep.net/pr/makafeli-n8n-workflow-builder-badge.png" alt="MseeP.ai Security Assessment Badge" height="40"> |
| 63 | </a> |
| 64 | |
| 65 | </div> |
| 66 | |
| 67 | |
| 68 | A powerful Model Context Protocol (MCP) server that enables AI assistants to manage n8n workflows seamlessly. Connect your AI tools directly to n8n for automated workflow creation, execution, and m |