N8n MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 68 installs a week from npm.
MCP server for n8n: generate, lint, explain failed executions, drive live n8n via REST.
The linked repository no longer exists on GitHub — it was deleted or made private.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add n8n-mcp -- npx -y @automatelab/n8n-mcp
{
"mcpServers": {
"n8n-mcp": {
"args": [
"-y",
"@automatelab/n8n-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.n8n-mcp]
command = "npx"
args = ["-y", "@automatelab/n8n-mcp"]
{
"mcpServers": {
"n8n-mcp": {
"args": [
"-y",
"@automatelab/n8n-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"n8n-mcp": {
"args": [
"-y",
"@automatelab/n8n-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.