A MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflows for you
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"n8n-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-n8n-mcp"
]
}
}
}