MCP server for n8n workflow management -- view, create, sync and manage workflows via AI.
claude mcp add n8n-manager-mcp -- npx -y n8n-manager-mcp
claude_desktop_config.json
{
"mcpServers": {
"n8n-manager-mcp": {
"command": "npx",
"args": [
"-y",
"n8n-manager-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"n8n-manager-mcp": {
"command": "npx",
"args": [
"-y",
"n8n-manager-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"n8n-manager-mcp": {
"command": "npx",
"args": [
"-y",
"n8n-manager-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"n8n-manager-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"n8n-manager-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"n8n-manager-mcp": {
"command": "npx",
"args": [
"-y",
"n8n-manager-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.lukisch--n8n-manager-mcp/reviews or the review_server meta-tool.
POST /mcp