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.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Interagit directement avec l'API n8n. Utilisation : méthode (GET, POST, etc.), endpoint (ex: '/workflows'), et paramètres (ex: '?active=true').
Gère les workflows n8n. Actions disponibles : liste, récupère, crée, met à jour, supprime, exporte, importe. Exemple d'utilisation : { 'action': 'list', 'tags': 'production' }.
Génère des intégrations NextJS pour les workflows n8n. Paramètres : workflowId (string), outputDir (string), generateTypes (boolean), generateOpenAPI (boolean).
Valide les workflows n8n selon différents critères. Paramètres : workflow (string), validators (array de critères), strictness (string).