Cloud Infrastructure
Trust: 37/100 (Limited)n8n Manager MCP Guide
MCP server for n8n workflow management -- view, create, sync and manage workflows via AI.
by lukisch
Quick Start
Install
npx n8n-manager-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-lukisch-n8n-manager-mcp": {
"command": "npx",
"args": [
"n8n-manager-mcp"
]
}
}
}