n8n Workflows
📋 Productivity
Connect AI to n8n workflow automation. Create, manage, and execute workflows with natural language.
Tools (20)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"n8n-workflows": {
"command": "npx",
"args": [
"-y",
"n8n-mcp"
],
"env": {
"N8N_API_URL": "your-n8n-api-url-here",
"N8N_API_KEY": "your-n8n-api-key-here"
}
}
}
}