n8n-mcp-tools-expert
π―Skillfrom czlonkowski/n8n-skills
Expert guide skill for using n8n-mcp MCP tools to build workflows, covering node discovery, configuration validation, workflow management, and a library of 2,700+ templates
Overview
n8n MCP Tools Expert is a skill that provides master guidance for using n8n-mcp MCP server tools to build automation workflows. It covers the complete n8n toolchain including node discovery, configuration validation, workflow management, a template library of 2,700+ real workflows, and documentation access with optimized tool selection patterns.
Key Features
- Node Discovery and Configuration - Search nodes by keyword in under 20ms, get detailed node documentation, and validate configurations with minimal and full runtime modes
- Workflow Management - Create, update, validate, and activate workflows with iterative editing patterns, using
n8n_update_partial_workflowas the most-used operation - 2,700+ Template Library - Search and deploy real-world workflow templates directly to your n8n instance for rapid automation setup
- Tool Selection Guide - Structured workflows for common patterns: search then get_node (18s average), validate then fix cycles (23s thinking), and iterative updates (56s between edits)
- Critical Format Handling - Differentiates between short prefix format (
nodes-base.slack) for search/validate tools and full format (n8n-nodes-base.slack) for workflow management tools
Who is this for?
This is for developers and automation engineers who use n8n for workflow automation and want AI assistance in building, validating, and managing workflows. It is ideal for teams integrating n8n with the MCP protocol who need efficient node discovery, configuration validation, and template deployment.
Same repository
czlonkowski/n8n-skills(9 items)
Installation
npx vibeindex add czlonkowski/n8n-skills --skill n8n-mcp-tools-expertnpx skills add czlonkowski/n8n-skills --skill n8n-mcp-tools-expert~/.claude/skills/n8n-mcp-tools-expert/SKILL.mdSKILL.md
More from this repository8
Seven complementary Claude Code skills for building production-ready n8n workflows using the n8n-mcp MCP server, covering expression syntax, workflow patterns, and validation error handling.
Expert skills for building n8n workflows
Provides proven architectural patterns for building n8n workflows including webhook processing, HTTP API integration, database operations, AI agent workflows, and scheduled tasks.
Operation-aware node configuration guidance for n8n covering property dependencies, required field determination, progressive disclosure detail levels, and common configuration patterns by node type.
Executes custom JavaScript code within n8n workflows, enabling complex data transformations, calculations, and dynamic logic across workflow nodes
Expert guide for interpreting and fixing n8n validation errors, covering error severity levels (errors, warnings, suggestions), false positives, operator structure issues, and the iterative validation loop process.
Skill for validating and writing correct n8n expression syntax, covering double curly brace format, $json/$node variables, webhook data access, and common error fixes
Skill for writing Python code in n8n Code nodes, covering _input/_json/_node syntax, standard library usage, and Python-specific limitations compared to JavaScript nodes