Documentation Index
Fetch the complete documentation index at: https://mintlify.com/czlonkowski/n8n-skills/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before installing n8n-skills, set up the n8n-mcp MCP server. The skills rely on it for node data, validation, and templates.Configure .mcp.json
Add the server to
.mcp.json in your project root or home directory:.mcp.json
N8N_API_URL and N8N_API_KEY are optional. Without them, read-only tools (node search, validation, templates) work fine. Add them to unlock workflow creation and management (n8n_create_workflow, n8n_update_partial_workflow, etc.).Installation methods
Method 1: Claude Code plugin (recommended)
The fastest way to install. One command installs all 7 skills:Method 2: Claude Code marketplace
Browse the plugin before installing:Method 3: Manual installation
Clone the repository and copy the skill files to Claude Code’s skills directory.- macOS / Linux
- Windows
Method 4: Claude.ai (web)
Claude.ai requires uploading each skill as a separate zip file.Upload to Claude.ai
- Go to claude.ai
- Navigate to Settings → Capabilities → Skills
- Click Upload Skill
- Upload each
.zipfile individually - Confirm each upload
Method 5: Claude API / SDK
If you’re building an application with the Anthropic SDK, load the skills from the cloned directory and pass them in each API call.Verification
After installation, run these checks to confirm everything is working. Check MCP server availability:$json.body.* access patterns.
Check cross-skill composition:
Selective installation
If you only need specific skills, install them individually:Updating
To update all skills to the latest version:Uninstalling
Remove all n8n skills:Troubleshooting
Skills not activating
Skills not activating
- Verify skills are in the correct directory:
- Check that each skill folder contains a
SKILL.mdfile with valid frontmatter: - Reload Claude Code or clear its cache.
- Rephrase your query to include activation keywords. For example, instead of
"How do I use expressions?"try"How do I write n8n expressions with {{}} syntax?"
MCP tools not available
MCP tools not available
- Verify
.mcp.jsonis in the correct location. - Check n8n-mcp is installed:
- Test the MCP server directly:
- Restart Claude Code.
Workflow management tools missing (n8n_create_workflow, etc.)
Workflow management tools missing (n8n_create_workflow, etc.)
These tools require a connected n8n instance. Verify your Test API access directly:Read-only tools (search, validate, templates) still work without the API configuration.
.mcp.json includes:Permission errors on macOS / Linux
Permission errors on macOS / Linux
Permission errors on Windows
Permission errors on Windows
Run PowerShell as Administrator and re-run the installation commands.
Next steps
Usage guide
Learn how to write queries that activate the right skills and get the best results
Skills overview
Explore all 7 skills, their capabilities, and activation triggers