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: method (GET), endpoint (/workflows), params (?active=true)
WorkflowManagerTool
Manages n8n workflows (list, retrieve, create, update, delete, export, import). Example usage: action (list), tags (production)
NextJSIntegrationTool
Generates NextJS integrations for n8n workflows. Example usage: workflowId (123), outputDir (./my-nextjs-app/pages/api), generateTypes (true), generateOpenAPI (true)
WorkflowValidatorTool
Validates n8n workflows according to various criteria. Example usage: workflow ({...}), validators (naming, errorHandling, security), strictness (high)
Recensioni della Community
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione