n8n-mcp-tools-expert

Guide n8n-mcp node discovery, validation, and workflow updates with correct nodeType formats.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/HustleDanie/n8n-claude-kit --skill n8n-mcp-tools-expert-hustledanie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: n8n-mcp-tools-expert
Source: https://github.com/HustleDanie/n8n-claude-kit/tree/main/skills/n8n-mcp-tools-expert
Command: npx skills add https://github.com/HustleDanie/n8n-claude-kit --skill n8n-mcp-tools-expert-hustledanie

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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."

Frequently Asked Questions about n8n-mcp-tools-expert

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate n8n node configurations to prevent workflow failures?

To validate n8n node configurations, use the validate_node tool with profiles like minimal, runtime, ai-friendly, or strict to interpret errors, warnings, and apply suggested fixes before execution.

What's the correct nodeType format for n8n workflow searches versus validation?

For n8n node discovery, use the short nodes-base.* prefix, while workflow definitions and updates require the n8n-nodes-base.* prefix to ensure correct tool selection and prevent formatting errors.

How do I update an n8n workflow iteratively without breaking existing connections?

Update n8n workflows iteratively using n8n_update_partial_workflow, applying smart connection parameters like branch and case for multi-output nodes to avoid fragile sourceIndex mistakes and maintain integrity.

When should I use n8n_autofix_workflow for broken workflow updates?

Use n8n_autofix_workflow when updates introduce common structural issues, as it leverages auto-sanitization behaviors to automatically correct formatting and recover broken workflow connections.

What do I need to use n8n-mcp tools for workflow management and node discovery?

You need an active n8n environment and the n8n-mcp toolset installed, enabling access to search, validate, create, update, and activate workflow operations through guided tool selection.