Prerequisites
- Node.js installed on your system
- Claude Code CLI installed
- n8n instance (optional, for full workflow management)
Quick Setup via CLI
- Basic Configuration
- Full Configuration
Documentation tools only - No n8n API connection required.
Alternative Setup Methods
Option 1: Import from Claude Desktop
If you already have n8n-MCP configured in Claude Desktop:Option 2: Project Configuration
For team sharing, add to.mcp.json in your project root:
.mcp.json
Managing Your MCP Server
Check Server Status
/mcp command to see server status and available tools.
Remove the Server
Scope Management
Understanding Scopes:
- User scope (
--scope local, default): Saves to global user settings, keeps API keys private - Project scope (
--scope project): Saves to.mcp.jsonin project root for team sharing
Switching Scope
The cleanest method is to remove and re-add the server:Manual Switching (Advanced)
You can manually edit your.claude.json file (e.g., C:\Users\YourName\.claude.json):
- Cut the
"n8n-mcp": { ... }block from the top-level"mcpServers"object (user scope) - Paste it into the nested
"mcpServers"object under your project’s path key (project scope), or vice versa - Important: You may need to restart Claude Code for manual changes to take effect
Claude Skills (Optional)
Supercharge your n8n workflow building with specialized Claude Code skills! The n8n-skills repository provides 7 complementary skills.
What You Get
- n8n Expression Syntax - Correct patterns and common mistakes
- n8n MCP Tools Expert - How to use n8n-mcp tools effectively
- n8n Workflow Patterns - 5 proven architectural patterns
- n8n Validation Expert - Interpret and fix validation errors
- n8n Node Configuration - Operation-aware setup guidance
- n8n Code JavaScript - Write effective JavaScript in Code nodes
- n8n Code Python - Python patterns with limitation awareness
Installation
- Plugin Installation
- Via Marketplace
- Manual Installation
Recommended method
Project Instructions
For optimal results, create aCLAUDE.md file in your project root with the instructions from the Claude Project Setup section.
Verification
To verify your setup is working:Check Connection
Start a conversation in Claude Code and use the
/mcp command to see server status and available tools.Claude Code will automatically start the MCP server when you begin a conversation.