Build, manage, and execute n8n workflows from AI assistants. Create automation workflows, manage credentials, and trigger executions
N8N_API_URLN8N_API_KEYnpx @getmcp/cli add n8n-mcpConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"n8n-mcp": {
"command": "npx",
"args": [
"-y",
"n8n-mcp"
],
"env": {
"N8N_API_URL": "",
"N8N_API_KEY": ""
}
}
}
}