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.
No reviews yet. Be the first to review!
Sign in to join the conversation
Interacts directly with the n8n API. Example usage includes methods like GET with endpoints such as /workflows and parameters like ?active=true.
Manages n8n workflows, allowing actions such as listing, retrieving, creating, updating, deleting, exporting, and importing workflows. Example usage includes actions like 'list' with tags such as 'production'.
Generates NextJS integrations for n8n workflows. Example usage requires parameters like workflowId, outputDir, and options to generate types and OpenAPI documentation.
Validates n8n workflows according to various criteria. Example usage includes parameters like the workflow object, an array of validators (e.g., naming, errorHandling, security), and a strictness level.