n8n
A Model Context Protocol (MCP) server that provides AI assistants with comprehensive access to n8n node documentation, properties, and operations. Features 541 n8n nodes with 99% property coverage and 87% documentation coverage.
- • Core MCP protocol features implemented (23/40)
- • Room for improvement in GitHub community
- • Optimal dependency management (20/20)
- • Room for improvement in deployment maturity
- • Documentation (8/8)
- • Archestra MCP Trust score badge is missing
{
"n8n-mcp-configured": {
"command": "npx",
"args": [
"n8n-mcp"
],
"env": {
"MCP_MODE": "stdio",
"LOG_LEVEL": "error",
"N8N_API_URL": "https://your-instance.n8n.cloud",
"N8N_API_KEY": "your-api-key",
"DISABLE_CONSOLE_OUTPUT": "true"
}
},
"n8n-mcp-docker": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"MCP_MODE=stdio",
"-e",
"LOG_LEVEL=error",
"-e",
"N8N_API_URL=https://your-instance.n8n.cloud",
"-e",
"N8N_API_KEY=your-api-key",
"-e",
"DISABLE_CONSOLE_OUTPUT=true",
"ghcr.io/czlonkowski/n8n-mcp:latest"
],
"env": {},
"docker_image": "ghcr.io/czlonkowski/n8n-mcp:latest"
}
}n8n-MCP
A Model Context Protocol (MCP) server that provides AI assistants with comprehensive access to n8n node documentation, properties, and operations.
Features
- 541 n8n nodes from n8n-nodes-base and @n8n/n8n-nodes-langchain
- 99% node property coverage with detailed schemas
- 87% documentation coverage from official n8n docs
- 271 AI-capable nodes with full documentation
- 2,646 pre-extracted configurations from popular templates
- Smart node search and configuration validation
- AI workflow validation
Installation
Quick Start with NPX
npx n8n-mcp
Docker
docker pull ghcr.io/czlonkowski/n8n-mcp:latest
Local Installation
git clone https://github.com/czlonkowski/n8n-mcp.git
cd n8n-mcp
npm install && npm run build && npm run rebuild
npm start
Configuration
Environment Variables
| Variable | Purpose | Required |
|---|---|---|
MCP_MODE | Set to "stdio" for Claude Desktop | Yes |
LOG_LEVEL | Set to "error" for production | No |
DISABLE_CONSOLE_OUTPUT | Set to "true" to suppress logs | No |
N8N_API_URL | Your n8n instance URL | Optional* |
N8N_API_KEY | API authentication token | Optional* |
*API credentials enable workflow management; documentation tools work without them.
Usage with Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"n8n": {
"command": "npx",
"args": ["n8n-mcp"],
"env": {
"MCP_MODE": "stdio",
"LOG_LEVEL": "error",
"N8N_API_URL": "https://your-instance.n8n.cloud",
"N8N_API_KEY": "your-api-key",
"DISABLE_CONSOLE_OUTPUT": "true"
}
}
}
}
License
MIT License - See LICENSE file for details.
[](https://archestra.ai/mcp-catalog/czlonkowski__n8n-mcp)n8n-MCP
A Model Context Protocol (MCP) server that provides AI assistants with comprehensive access to n8n node documentation, properties, and operations.
Features
- 541 n8n nodes from n8n-nodes-base and @n8n/n8n-nodes-langchain
- 99% node property coverage with detailed schemas
- 87% documentation coverage from official n8n docs
- 271 AI-capable nodes with full documentation
- 2,646 pre-extracted configurations from popular templates
- Smart node search and configuration validation
- AI workflow validation
Installation
Quick Start with NPX
npx n8n-mcp
Docker
docker pull ghcr.io/czlonkowski/n8n-mcp:latest
Local Installation
git clone https://github.com/czlonkowski/n8n-mcp.git
cd n8n-mcp
npm install && npm run build && npm run rebuild
npm start
Configuration
Environment Variables
| Variable | Purpose | Required |
|---|---|---|
MCP_MODE | Set to "stdio" for Claude Desktop | Yes |
LOG_LEVEL | Set to "error" for production | No |
DISABLE_CONSOLE_OUTPUT | Set to "true" to suppress logs | No |
N8N_API_URL | Your n8n instance URL | Optional* |
N8N_API_KEY | API authentication token | Optional* |
*API credentials enable workflow management; documentation tools work without them.
Usage with Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"n8n": {
"command": "npx",
"args": ["n8n-mcp"],
"env": {
"MCP_MODE": "stdio",
"LOG_LEVEL": "error",
"N8N_API_URL": "https://your-instance.n8n.cloud",
"N8N_API_KEY": "your-api-key",
"DISABLE_CONSOLE_OUTPUT": "true"
}
}
}
}
License
MIT License - See LICENSE file for details.
Related MCP Servers
Agent-MCP
89/100Agent-MCP is a framework for creating multi-agent systems that enables coordinated, efficient AI collaboration through the Model Context Protocol (MCP). The system is designed for developers building AI applications that benefit from multiple specialized agents working in parallel on different aspects of a project.
serena
85/100A powerful coding agent toolkit providing semantic retrieval and editing capabilities (MCP server & other integrations)
JFrog MCP Server
85/100Official JFrog MCP server that enables AI assistants to interact with the JFrog Platform. Supports repository management, build tracking, runtime monitoring, artifact searching, package intelligence, and Xray security scanning.
context7
82/100Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
gk-cli
81/100GitKraken CLI Releases and Documentation
Excalidraw
80/100Remote MCP server for Excalidraw - streams hand-drawn diagrams with smooth viewport camera control and interactive fullscreen editing
