The n8n Workflow Builder MCP server enables AI assistants to programmatically create and manage n8n workflows through a standardized interface. Built with TypeScript and the Model Context Protocol SDK, it provides tools for creating workflows with nodes and connections, validating workflow specifications, and exporting complete workflow configurations. The implementation runs as a Node.js application that can be installed via Smithery or manually deployed, making it ideal for automation workflows where users need to design n8n processes without leaving their AI assistant conversation.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Creates a new workflow based on the provided workflow specification. Parameters: nodes (array of node objects), connections (array of connection objects)