What problem does it solve?
It solves confusion and wasted iterations when using n8n-mcp tools to discover nodes, validate configurations, and manage workflows, especially around correct nodeType formats, validation profiles, and workflow update patterns.
Core Features & Use Cases
- Node discovery & correct nodeType formats: Guides you on when to use short
nodes-base.* vs workflow n8n-nodes-base.* prefixes for each tool category.
- Validation that actually prevents failures: Explains
validate_node modes and profiles (minimal/runtime/ai-friendly/strict) and how to interpret errors, warnings, and fixes.
- Workflow management best practices: Shows how to iteratively create and update workflows using tools like
n8n_create_workflow, n8n_update_partial_workflow, validation loops, activation, and recovery operations.
- Correct smart parameters for connections: Provides semantic connection patterns for multi-output nodes (e.g.,
branch and case) to avoid fragile sourceIndex mistakes.
- Auto-sanitization and autofix recovery: Describes what the system auto-corrects on updates and when to use
n8n_autofix_workflow for common issues.
Quick Start
Tell the AI: "Search for the Slack node, fetch its standard configuration details, validate a channel-create example with the runtime profile, then propose the smallest workflow update to add a Slack step after my existing trigger."