n8n mcp for Grok
io.github.ratamaha-git/n8n-mcp
MCP server for n8n: generate, lint, explain failed executions, drive live n8n via REST.
client:Grok
transport:stdio
runtime:npm
Install n8n mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"n8n-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@automatelab/n8n-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