n8n-mcp-tools-expert
Build n8n Workflows with MCP Tools
This skill provides expert guidance for using n8n-mcp MCP server tools to discover nodes, validate configurations, and manage workflows efficiently.
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "n8n-mcp-tools-expert". Search for Slack-related nodes
النتيجة المتوقعة:
Found nodes:
- nodes-base.slack (Slack node)
- nodes-base.slackTrigger (Slack Trigger)
Use get_node with nodes-base.slack to see operations like 'send', 'reaction', 'uploadFile', etc.
استخدام "n8n-mcp-tools-expert". Validate a webhook node configuration
النتيجة المتوقعة:
Validation result: valid=true
The configuration is correct. You can use this node in your workflow.
استخدام "n8n-mcp-tools-expert". Create a simple webhook workflow
النتيجة المتوقعة:
Workflow created with ID: abc123
Nodes: Webhook → Respond to Webhook
Use n8n_validate_workflow to verify, then activate with activateWorkflow operation.
التدقيق الأمني
آمنStatic analysis flagged 170 potential issues including external_commands (96), network (1), and env_access (1). After evaluating the actual content, all findings are FALSE POSITIVES. The backtick characters detected are markdown code formatting for tool names, not shell execution. The URL is a legitimate source reference. The API key reference is documentation about required configuration. This is a documentation file with example code snippets, not executable malicious code.
مشكلات منخفضة المخاطر (3)
درجة الجودة
ماذا يمكنك بناءه
Find and configure n8n nodes
Search for nodes by keyword, get detailed configuration options, and validate settings before building workflows.
Build workflows iteratively
Create workflows step-by-step using n8n_update_partial_workflow with intelligent error handling and validation.
Deploy from template library
Search 2700+ pre-built workflows, get details, and deploy directly to your n8n instance with auto-fix capabilities.
جرّب هذه الموجهات
I need to [describe your task, e.g., send messages to Slack]. Use the n8n-mcp-tools skill to search for appropriate n8n nodes and show me how to configure the main settings.
Help me validate my n8n node configuration. I'm setting up a [node name] node with these settings: [describe config]. Use validate_node with the runtime profile to check for errors.
I want to create an n8n workflow that [describe workflow purpose]. Use n8n-mcp-tools to create the workflow with appropriate nodes and show me the structure.
Search the n8n template library for workflows related to [describe use case, e.g., webhook processing]. Show me the top results and how to deploy one to my n8n instance.
أفضل الممارسات
- Use get_node with detail: 'standard' (default) for most use cases - it covers 95% of needs while keeping token usage low
- Specify validation profile explicitly - 'runtime' profile is recommended for pre-deployment checks
- Use smart parameters like 'branch' and 'case' for IF and Switch nodes instead of manual sourceIndex calculations
تجنب
- Using detail: 'full' by default - this returns 3-8K tokens and should only be used for debugging complex configurations
- Forgetting the nodeType prefix - use 'nodes-base.*' for search/validate tools and 'n8n-nodes-base.*' for workflow tools
- Trying to build entire workflows in one shot - use iterative updates with validation between each change
الأسئلة المتكررة
What is the difference between nodes-base and n8n-nodes-base prefixes?
Do I need an n8n API key to use this skill?
How do I choose the right validation profile?
What is auto-sanitization in n8n workflow updates?
Can I use this skill to edit existing workflows?
How do smart parameters work for node connections?
تفاصيل المطور
المؤلف
sickn33الترخيص
MIT
المستودع
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/n8n-mcp-tools-expertمرجع
main
بنية الملفات
📄 SKILL.md