n8n Manager MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 115 installs a week from npm.
MCP server for n8n workflow management -- view, create, sync and manage workflows via AI.
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-manager-mcp -- npx -y n8n-manager-mcp
{
"mcpServers": {
"n8n-manager-mcp": {
"args": [
"-y",
"n8n-manager-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.n8n-manager-mcp]
command = "npx"
args = ["-y", "n8n-manager-mcp"]
{
"mcpServers": {
"n8n-manager-mcp": {
"args": [
"-y",
"n8n-manager-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"n8n-manager-mcp": {
"args": [
"-y",
"n8n-manager-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.