n8n Workflow Validator
Summary
N8n-MCP-Server provides a validation and best practices framework for n8n workflows, enabling AI assistants to interact with n8n automation platform. It implements tools for workflow validation, API integration, NextJS integration, and workflow management through a TypeScript Express server. The implementation includes specialized validators for calendar integrations, documentation, error handling, naming conventions, performance, and security, making it particularly valuable for teams building complex automation workflows that need to maintain quality standards and follow best practices.
Available Actions(4)
N8nApiTool
Interacts directly with the n8n API. Example usage includes specifying the HTTP method, endpoint, and parameters.
WorkflowManagerTool
Manages n8n workflows, allowing actions such as listing, retrieving, creating, updating, deleting, exporting, and importing workflows.
NextJSIntegrationTool
Generates NextJS integrations for n8n workflows. Requires parameters such as workflowId, outputDir, and options for generating types and OpenAPI documentation.
WorkflowValidatorTool
Validates n8n workflows according to various criteria including naming conventions, error handling, and security. Takes parameters for the workflow, a list of validators, and strictness level.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论