n8n-mcp-tools-expert
Installation
Summary
Comprehensive guide for building n8n workflows using MCP tools with node discovery, validation, and workflow management.
- Provides four tool categories: node discovery (search, get details), configuration validation with multiple profiles, workflow management (create, update, deploy), and access to 2,700+ templates
- Critical distinction between nodeType formats:
nodes-base.*for search/validate tools versusn8n-nodes-base.*for workflow creation and updates - Validation profiles (minimal, runtime, ai-friendly, strict) and detail levels (standard recommended, full for debugging) prevent common configuration errors and token waste
- Iterative workflow building pattern with 56-second average between edits, auto-sanitization on all nodes, and smart parameters (branch, case) for multi-output node connections
- Includes performance benchmarks, common mistakes, and unified tool reference covering get_node modes, validate_node profiles, and template deployment
SKILL.md
n8n MCP Tools Expert
Master guide for using n8n-mcp MCP server tools to build workflows.
Tool Categories
n8n-mcp provides tools organized into categories:
- Node Discovery → SEARCH_GUIDE.md
- Configuration Validation → VALIDATION_GUIDE.md
- Workflow Management → WORKFLOW_GUIDE.md
- Template Library - Search and deploy 2,700+ real workflows
- Workflow Generation - Natural-language → workflow with proposal review (
n8n_generate_workflow, hosted-only) - Data Tables - Manage n8n data tables and rows (
n8n_manage_datatable) - Credential Management - Full credential CRUD + schema discovery (
n8n_manage_credentials) - Security & Audit - Instance security auditing with custom deep scan (
n8n_audit_instance) - Documentation & Guides - Tool docs, AI agent guide, Code node guides
Related skills
More from czlonkowski/n8n-skills
n8n-workflow-patterns
6.9Kn8n-node-configuration
4.2Kn8n-code-javascript
3.8Kn8n-validation-expert
Interpret validation errors and guide fixing them. Use when encountering validation errors, validation warnings, false positives, operator structure issues, or need help understanding validation results. Also use when asking about validation profiles, error types, the validation loop process, or auto-fix capabilities. Consult this skill whenever a validate_node or validate_workflow call returns errors or warnings — it knows which warnings are false positives and which errors need real fixes.
3.6Kn8n-expression-syntax
3.4Kn8n-code-python
2.4K