A MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflows for you
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"n8n-mcp": {
"command": "npx",
"args": [
"-y",
"czlonkowski/n8n-mcp"
]
}
}
}
Run in terminal:
claude mcp add n8n-mcp npx -y czlonkowski/n8n-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"n8n-mcp": {
"command": "npx",
"args": [
"-y",
"czlonkowski/n8n-mcp"
]
}
}
}