What problem does it solve?
Prevents common n8n-mcp failures (wrong nodeType formats, malformed parameters, inefficient tool usage) by providing an expert playbook for discovery, validation, workflow editing, templates, credentials, and security auditing.
Core Features & Use Cases
- Node discovery and documentation: Find nodes by keyword, fetch readable docs, and retrieve essential schemas to reduce guesswork.
- Deterministic validation loops: Validate node and workflow configurations with the right modes/profiles to catch issues early.
- Workflow management with correct editing semantics: Create workflows, iteratively update them, validate by ID, and activate safely with attention to nodeType format differences and auto-sanitization behavior.
- Templates and deployment: Search and deploy large template libraries, then validate and fix common deployment issues.
- Credentials, data tables, and security auditing: Perform credential CRUD (with schema discovery), manage data tables, and audit n8n instances for risky configurations and exposed secrets.
Quick Start
Use this guidance when you are about to call an n8n-mcp tool for any n8n node, workflow, template, credentials, or security task.