n8n mcp for Claude Desktop
io.github.ratamaha-git/n8n-mcp
MCP server for n8n: generate, lint, explain failed executions, drive live n8n via REST.
client:Claude Desktop
transport:stdio
runtime:npm
Install n8n mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"n8n-mcp": {
"command": "npx",
"args": [
"-y",
"@automatelab/n8n-mcp"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs