Skip to content
Grok

n8n Manager MCP for Grok

io.github.lukisch/n8n-manager-mcp

MCP server for n8n workflow management -- view, create, sync and manage workflows via AI.

client:Grok transport:stdio runtime:npm

Install n8n Manager MCP in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

n8n Manager MCP in other clients