What is the n8n Manager MCP MCP server?
MCP server for n8n workflow management -- view, create, sync and manage workflows via AI.
How to install n8n Manager MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"n8n-manager-mcp": {
"command": "npx",
"args": [
"-y",
"n8n-manager-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"n8n-manager-mcp": {
"command": "npx",
"args": [
"-y",
"n8n-manager-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"n8n-manager-mcp": {
"command": "npx",
"args": [
"-y",
"n8n-manager-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"n8n-manager-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"n8n-manager-mcp"
]
}
}
}Claude Code
claude mcp add n8n-manager-mcp -- npx -y n8n-manager-mcpRelated MCP servers
17 tools for code analysis, JSON repair, encoding fix, format conversion, diff, and regex.
View repository →43 tools for filesystem, process management, sessions, search, OCR, ZIP, and PDF export.
View repository →