Operate and build n8n: 61 tools, 560-node catalog, validation, autofix, snapshots and backups.
Runs locally over stdio
This server isn't hosted ā your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y mcp-n8n
MCP client config
{
"mcpServers": {
"mcp-n8n": {
"command": "npx",
"args": [
"-y",
"mcp-n8n"
]
}
}
}