Trust: 25/100 (Limited)
automatelab n8n MCP Guide
MCP server for n8n with tools for generating workflows, linting, diagnosing failed executions, and driving live n8n instances. Built for AI agents.
by automatelab
Quick Start
Install
npx -y @automatelab/n8n-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"automatelab-n8n-mcp": {
"command": "npx",
"args": [
"-y @automatelab/n8n-mcp"
]
}
}
}