n8n-mcp-tools-expert
The n8n-mcp-tools-expert skill provides a comprehensive guide for interacting with n8n-mcp server tools. It offers instructions for node discovery, configuration validation, workflow management, template deployment, credential handling, and instance security auditing.
Is n8n-mcp-tools-expert safe to install?
Safe to install: our audit of n8n-mcp-tools-expert's source files found 0 shell commands, 0 external URLs, no file writes (none risk). Every command and URL listed appears verbatim in the skill's source. This skill acts as a documentation and guidance layer for an MCP server. It does not execute shell commands or perform network requests itself; it instructs the agent on how to call specific MCP tools.
How we audit skills: our security review methodology.
Who is this skill for?
Developers and automation engineers using n8n-mcp tools to build, validate, and manage n8n workflows.
What can you do with it?
- Searching for n8n nodes by keyword
- Validating node configurations and workflow structures
- Creating and updating n8n workflows
- Deploying workflows from a template library
- Managing credentials and data tables
- Auditing n8n instance security
How good is this skill?
Quality score: 5/10. The skill provides clear, structured guidance with specific examples for tool usage, parameter formats, and common pitfalls. It effectively separates concerns between different tool categories.
What does the skill file contain?
# 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: 1. **Node Discovery** → [SEARCH_GUIDE.md](SEARCH_GUIDE.md) 2. **Configuration Validation** → [VALIDATION_GUIDE.md](VALIDATION_GUIDE.md) 3. **Workflow Management** → [WORKFLOW_GUIDE.md](WORKFLOW_GUIDE.md) 4. **Template Library** - Search and deploy 2,700+ real workflows 5. **Data Tables** - Manage n8n data tables and rows (`n8n_manage_datatable`) 6. **Credential Management** - Full credential CRUD + schema discovery (`n8n_manage...
Frequently asked questions
Which nodeType format should I use for search and validation tools?
Use the short prefix format, such as nodes-base.slack or nodes-base.httpRequest.
How do I avoid breaking the credential selector in the n8n UI?
Omit the credentials block entirely if the credential ID is unknown. Do not use placeholder IDs like REPLACE_ME.
What is the recommended workflow for editing existing workflows?
Use an iterative approach: apply changes with n8n_update_partial_workflow, validate with n8n_validate_workflow, and finally activate the workflow.
Does n8n_manage_credentials return sensitive data?
No, the tool strips the data field from responses for create, update, and get actions.
Related skills
find-skills
2.3MUsers seeking to extend agent capabilities with specialized tools, workflows, or knowledge packages
The find-skills skill enables agents to search for, discover, and install modular packages from the open agent skills ecosystem using the Skills CLI.
azure-ai
429.4KDevelopers and AI agents requiring integration with Azure AI services for search, transcription, and synthesis tasks
The azure-ai skill provides tools for interacting with Azure AI services, including AI Search, Speech, OpenAI, and Document Intelligence. It supports search operations, speech-to-text, text-to-speech, and OCR through an MCP server interface.
image-to-video
355.0KDevelopers and users who need to automate video generation from images using the RunComfy platform
The image-to-video skill routes user requests to specific RunComfy animation models based on intent. It selects HappyHorse 1.0 I2V for general animation, Wan 2.7 for custom-voiceover lip-sync, or Seedance 2.0 Pro for multi-modal composition. The skill executes the RunComfy CLI to process inputs and download generated video files.
video-edit
338.7KUsers of the RunComfy CLI who need to automate video editing tasks like restyling, background swapping, or motion transfer
The video-edit skill acts as a router for the RunComfy CLI, selecting between Wan 2.7 Edit-Video, Kling 2.6 Pro Motion Control, and Lucy Edit Restyle models based on user intent to perform video transformations.