πŸ”Œ

n8n-mcp-skills

πŸ”ŒPlugin

czlonkowski/n8n-skills

VibeIndex|
What it does
|

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.

Overview

n8n MCP Skills is a plugin providing 7 complementary Claude Code skills that teach AI assistants how to build production-ready n8n workflows using the n8n-mcp MCP server. It solves common challenges like incorrect MCP tool usage, validation error loops, and workflow pattern confusion by providing structured guidance for every aspect of n8n workflow development.

Key Features

  • n8n Expression Syntax - Teaches correct n8n expression syntax including core variables ($json, $node, $now, $env), critical gotchas like webhook data under $json.body, and common mistakes with fixes
  • MCP Tools Expert - Highest priority skill providing a tool selection guide, nodeType format differences, validation profiles, smart parameters, and correct MCP tool usage patterns
  • Workflow Patterns - 5 proven architectural patterns (webhook processing, HTTP API, database, AI, scheduled) drawn from 2,653+ n8n templates with connection best practices
  • Validation Expert - Interprets validation errors, guides fixing, handles false positives, and breaks validation loop cycles that commonly trap developers
  • Operation-Aware Node Configuration - Teaches correct node configuration based on the specific operation being performed, avoiding misconfiguration issues

Who is this for?

This plugin is designed for developers and automation engineers who build n8n workflows programmatically using the n8n-mcp MCP server and Claude Code. It is especially valuable for those who have struggled with validation errors, incorrect MCP tool usage, or figuring out which workflow patterns to apply for their automation use cases.

πŸͺ

Part of

czlonkowski-n8n-skills

automationn8nworkflowmcpvalidation

Installation

Add marketplace in Claude Code:
/plugin marketplace add czlonkowski/n8n-skills
Step 2. Install plugin:
/plugin install n8n-mcp-skills@n8n-mcp-skills
2,935
-
Last UpdatedJan 8, 2026

More from this repository8

πŸͺ
czlonkowski-n8n-skillsπŸͺMarketplace

Expert skills for building n8n workflows

🎯
n8n-workflow-patterns🎯Skill

Provides proven architectural patterns for building n8n workflows including webhook processing, HTTP API integration, database operations, AI agent workflows, and scheduled tasks.

🎯
n8n-mcp-tools-expert🎯Skill

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

🎯
n8n-node-configuration🎯Skill

Operation-aware node configuration guidance for n8n covering property dependencies, required field determination, progressive disclosure detail levels, and common configuration patterns by node type.

🎯
n8n-code-javascript🎯Skill

Executes custom JavaScript code within n8n workflows, enabling complex data transformations, calculations, and dynamic logic across workflow nodes

🎯
n8n-validation-expert🎯Skill

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.

🎯
n8n-expression-syntax🎯Skill

Skill for validating and writing correct n8n expression syntax, covering double curly brace format, $json/$node variables, webhook data access, and common error fixes

🎯
n8n-code-python🎯Skill

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