all of the workflows of n8n i could find (also from the site itself)
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"n8n-workflows": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-n8n-workflows"
]
}
}
}