mcpbeat Sign in

n8n Manager MCP Server

local only

n8n Manager MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 109 installs a week from npm. Last commit 14 Sep 2026.

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

Installs per day peak 237 · avg 26 · -70% w/w
a month agotoday
109
Installs / week
npm · n8n-manager-mcp
2
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What changed 41

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 31 more, back to 9 August 2026

What the code does

We read the source, 7 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository lukisch/n8n-manager-mcp
пакет n8n-manager-mcp ссылается на ellmos-ai/n8n-manager-mcp

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add n8n-manager-mcp -- npx -y n8n-manager-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "n8n-manager-mcp": {
      "args": [
        "-y",
        "n8n-manager-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.n8n-manager-mcp]
command = "npx"
args = ["-y", "n8n-manager-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "n8n-manager-mcp": {
      "args": [
        "-y",
        "n8n-manager-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "n8n-manager-mcp": {
      "args": [
        "-y",
        "n8n-manager-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to n8n Manager MCP

same job, measured the same way
n8n Manager MCP
by ellmos-ai

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

local only
Shiori MCP
by rusty4444

MCP server for Shiori bookmark management and tag workflows.

51 installs/wk local only
Gitscrum Core
by gitscrum-core

MCP server for GitScrum — manage tasks, sprints, time tracking, and client workflows via AI

72 installs/wk local only
Gitscrum
by gitscrum

MCP server for GitScrum — manage tasks, sprints, time tracking, and client workflows via AI

local only
Testkube MCP
by kubeshop

MCP server for Testkube - Manage test workflows, executions, and artifacts via AI assistants

local only
Shortcut MCP
by stayce

Shortcut project management. Create, update, search stories and manage workflows.

answering
xaffinity MCP
by yaniv-golan

MCP server for Affinity CRM - entity search, relationship intelligence, and workflow management

local only
HaloPSA
by wyre-ai

MCP server for HaloPSA — clients, tickets, and PSA workflows via the HaloPSA REST API.

local only

n8n Manager MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for n8n Manager MCP?
n8n Manager MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package n8n-manager-mcp was installed 109 times last week.
How do I connect n8n Manager MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls n8n-manager-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use n8n Manager MCP?
The npm package n8n-manager-mcp was installed 109 times in the last week. Week over week that is -70%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is n8n Manager MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.