Odel
n8n Pro MCP

n8n Pro MCP

Local
@helbertparanhos3TypeScriptMITUpdated 4 days ago

Manage self-hosted n8n (incl. queue mode): workflows, executions, users, audit — 51 tools.

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

npmn8n-pro-mcpv1.0.0

Run

npx -y n8n-pro-mcp

MCP client config

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