Quick Start
Get n8n-MCP running in minutes without any installation:npx will download and run the latest version automatically on first use.
Prerequisites
- Node.js installed on your system
- Claude Desktop application
Configuration
Basic Setup (Documentation Tools Only)
Add to your Claude Desktop configuration file:Full Setup (With n8n Management Tools)
To enable workflow management capabilities:Configuration File Locations
- macOS
- Windows
- Linux
Restart Claude Desktop
After updating the configuration file, restart Claude Desktop for changes to take effect.Environment Variables
| Variable | Description | Required |
|---|---|---|
MCP_MODE | Must be set to stdio for Claude Desktop | Yes |
LOG_LEVEL | Logging level (error, warn, info, debug) | No |
DISABLE_CONSOLE_OUTPUT | Prevents debug logs from interfering | Recommended |
N8N_API_URL | Your n8n instance URL for workflow management | No |
N8N_API_KEY | API key from n8n Settings → API | No |
Disabling Telemetry
To opt out of anonymous usage statistics:Troubleshooting
JSON Parsing Errors
If you see"Unexpected token..." errors:
- Ensure
MCP_MODE: "stdio"is set - Add
DISABLE_CONSOLE_OUTPUT: "true"
npx Not Found
Verify Node.js is installed:Updates
npx automatically uses the latest version. To force a fresh download:Next Steps
Quickstart Guide
Learn how to use n8n-MCP with Claude
Docker Deployment
Deploy using Docker containers