agentsclimarketplace

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

Install
npx -y skills add mj-deving/pai-skills --skill n8n-mcp-tools-expert

Assembled 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

  1. For node discovery, read SEARCH_GUIDE.md and ToolSelection.md.
  2. Before passing any nodeType, read NodeTypeFormats.md.
  3. Before or after configuring nodes, read VALIDATION_GUIDE.md.
  4. For workflow create/update/deploy operations, read WORKFLOW_GUIDE.md.
  5. If an MCP call fails or looks suspicious, read CommonMistakes.md.

Most Used Tools

ToolUse when
search_nodesFinding nodes by keyword
get_nodeUnderstanding node operations; default to standard detail
validate_nodeChecking node configuration
validate_workflowChecking complete workflow structure
n8n_create_workflowCreating workflows
n8n_update_partial_workflowEditing workflows incrementally
n8n_deploy_templateDeploying a template workflow
n8n_manage_datatableManaging data tables and rows
n8n_manage_credentialsCredential CRUD and schema discovery
n8n_audit_instanceSecurity and configuration audit
n8n_autofix_workflowAuto-fixing validation errors

Progressive Loading

Read only the file needed for the task:

Request shapeRead next
Choose MCP tools or find the right nodeToolSelection.md, SEARCH_GUIDE.md
Convert between search/validation node types and workflow node typesNodeTypeFormats.md
Avoid known failures, bad payloads, wrong parameter names, or inefficient callsCommonMistakes.md
Follow common discovery, validation, or workflow-editing loopsUsagePatterns.md
Templates, data tables, credentials, or security auditTemplatesDataCredentialsSecurity.md
Tool docs, AI agent guide, health check, availability, unified tool reference, or performanceSelfHelpAndReference.md
High-level do/don't rules and summaryBestPractices.md
Detailed search guideSEARCH_GUIDE.md
Detailed validation guideVALIDATION_GUIDE.md
Detailed workflow-management guideWORKFLOW_GUIDE.md

Core Rules

  • Use search_nodes before guessing node names.
  • Use get_node with standard detail by default; do not use full detail unless necessary.
  • Use short node types such as nodes-base.slack for search, docs, and validation tools.
  • Use workflow node types such as n8n-nodes-base.slack when creating or editing workflow nodes.
  • Validate node configs and whole workflows before deployment.
  • Prefer n8n_update_partial_workflow for edits instead of replacing full workflows.
  • Use validation profiles deliberately: minimal, runtime, ai-friendly, or strict.
  • 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_instance and report real findings rather than generic advice.

What ships with it: 11 files

64.6 KB alongside SKILL.md

Keep looking

Skills are one crate of 326,764. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.