N8n mcp tools expert
Skill mj-deving/pai-skills/skills/Utilities/n8n/n8n-mcp-tools-expert
Expert guide for using n8n-mcp MCP tools effectively. Use when searching for nodes, validating configurations, accessing templates, managing workflows, managing credentials, auditing instance security, or using any n8n-mcp tool. Provides tool selection guidance, parameter formats, and common patterns. IMPORTANT — Always consult this skill before calling any n8n-mcp tool — it prevents common mistakes like wrong nodeType formats, incorrect parameter structures, and inefficient tool usage. If the user mentions n8n, workflows, nodes, or automation and you have n8n MCP tools available, use this skill first.From its SKILL.md
npx -y skills add mj-deving/pai-skills --skill n8n-mcp-tools-expertAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
4.1 KB, 816 tokens by cl100k_base, as published. Nobody here has run it
n8n MCP Tools Expert
Master guide for using n8n-mcp MCP server tools to build, validate, deploy, and maintain n8n workflows.
Use this skill before calling any n8n MCP tool. The main job is to choose the right tool, use the right node type format, avoid high-token detail modes unless needed, and validate changes before deployment.
Fast Path
- For node discovery, read
SEARCH_GUIDE.mdandToolSelection.md. - Before passing any
nodeType, readNodeTypeFormats.md. - Before or after configuring nodes, read
VALIDATION_GUIDE.md. - For workflow create/update/deploy operations, read
WORKFLOW_GUIDE.md. - If an MCP call fails or looks suspicious, read
CommonMistakes.md.
Most Used Tools
| Tool | Use when |
|---|---|
search_nodes | Finding nodes by keyword |
get_node | Understanding node operations; default to standard detail |
validate_node | Checking node configuration |
validate_workflow | Checking complete workflow structure |
n8n_create_workflow | Creating workflows |
n8n_update_partial_workflow | Editing workflows incrementally |
n8n_deploy_template | Deploying a template workflow |
n8n_manage_datatable | Managing data tables and rows |
n8n_manage_credentials | Credential CRUD and schema discovery |
n8n_audit_instance | Security and configuration audit |
n8n_autofix_workflow | Auto-fixing validation errors |
Progressive Loading
Read only the file needed for the task:
| Request shape | Read next |
|---|---|
| Choose MCP tools or find the right node | ToolSelection.md, SEARCH_GUIDE.md |
| Convert between search/validation node types and workflow node types | NodeTypeFormats.md |
| Avoid known failures, bad payloads, wrong parameter names, or inefficient calls | CommonMistakes.md |
| Follow common discovery, validation, or workflow-editing loops | UsagePatterns.md |
| Templates, data tables, credentials, or security audit | TemplatesDataCredentialsSecurity.md |
| Tool docs, AI agent guide, health check, availability, unified tool reference, or performance | SelfHelpAndReference.md |
| High-level do/don't rules and summary | BestPractices.md |
| Detailed search guide | SEARCH_GUIDE.md |
| Detailed validation guide | VALIDATION_GUIDE.md |
| Detailed workflow-management guide | WORKFLOW_GUIDE.md |
Core Rules
- Use
search_nodesbefore guessing node names. - Use
get_nodewith standard detail by default; do not use full detail unless necessary. - Use short node types such as
nodes-base.slackfor search, docs, and validation tools. - Use workflow node types such as
n8n-nodes-base.slackwhen creating or editing workflow nodes. - Validate node configs and whole workflows before deployment.
- Prefer
n8n_update_partial_workflowfor edits instead of replacing full workflows. - Use validation profiles deliberately:
minimal,runtime,ai-friendly, orstrict. - Do not ignore auto-sanitization behavior after workflow updates.
- For credentials, inspect schemas and required fields before creating or attaching credentials.
- For security work, use
n8n_audit_instanceand report real findings rather than generic advice.
What ships with it: 11 files
64.6 KB alongside SKILL.md
- BestPractices.md2.7 KB
- CommonMistakes.md4.1 KB
- NodeTypeFormats.md849 B
- README.md2.7 KB
- SEARCH_GUIDE.md8.0 KB
- SelfHelpAndReference.md3.7 KB
- TemplatesDataCredentialsSecurity.md6.3 KB
- ToolSelection.md2.9 KB
- UsagePatterns.md2.8 KB
- VALIDATION_GUIDE.md9.9 KB
- WORKFLOW_GUIDE.md20.7 KB