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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Interacts directly with the n8n API. Example usage includes specifying the method, endpoint, and parameters for API calls.
Manages n8n workflows by listing, retrieving, creating, updating, deleting, exporting, or importing them. Example usage includes specifying the action and tags.
Generates NextJS integrations for n8n workflows. Example usage includes providing the workflow ID, output directory, and options to generate types and OpenAPI documentation.
Validates n8n workflows against various criteria. Example usage includes specifying the workflow, a list of validators, and the strictness level.