content
n8n MCP Server
Get all 1,084 n8n workflow nodes inside Claude. Look up node docs, build automations, and manage workflows by just describing what you need. Docker image is 82% smaller than stock n8n.
Pricing: free — Free, MIT licensed. Works with n8n self-hosted (free) or their cloud plans.
Features
- Docs for all 1,084 n8n nodes — 537 core, 547 community
- 99% of node properties covered, so workflows come out right
- Create, update, and run workflows on your n8n instance
- Docs-only mode if you don't have an n8n server running
- Docker image is 82% smaller than stock n8n
- Works with Claude, Cursor, and other MCP clients
Setup Instructions
1. Run with Docker (recommended):
``
bash
docker run -p 3000:3000 ghcr.io/czlonkowski/n8n-mcp:latest
`
2. Add to your Claude MCP settings:
`json
{
"mcpServers": {
"n8n": {
"command": "docker",
"args": ["run", "-i", "ghcr.io/czlonkowski/n8n-mcp:latest"]
}
}
}
``
3. For full workflow management, add your n8n instance URL and API key as env varsAdded: 2026-03-08