Odel
mcp n8n

mcp n8n

Local
@leonardosepulvedat21TypeScriptMITUpdated Today

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).

npmmcp-n8nv1.5.0

Run

npx -y mcp-n8n

MCP client config

{
  "mcpServers": {
    "mcp-n8n": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-n8n"
      ]
    }
  }
}