n8n Manager MCP
Rank #27,068io.github.ellmos-ai/n8n-manager-mcp
MCP server for n8n workflow management -- view, create, sync and manage workflows via AI.
n8n Manager MCP is a Model Context Protocol (MCP) server published by ellmos-ai. It ranks #27,068 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. n8n Manager MCP is listed on Official MCP, with 1 tracked version. It was first listed on May 17, 2026 and most recently updated on Jul 24, 2026.
Ranks ahead of 88,392 of 115,460 servers on MCP Toplist.
Use n8n Manager MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add n8n-manager-mcp -- npx -y n8n-manager-mcp[mcp_servers.n8n-manager-mcp]
command = "npx"
args = ["-y", "n8n-manager-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"n8n-manager-mcp": {
"command": "npx",
"args": [
"-y",
"n8n-manager-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"n8n-manager-mcp": {
"command": "npx",
"args": [
"-y",
"n8n-manager-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"n8n-manager-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"n8n-manager-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"n8n-manager-mcp": {
"command": "npx",
"args": [
"-y",
"n8n-manager-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"n8n-manager-mcp": {
"command": "npx",
"args": [
"-y",
"n8n-manager-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ellmos-ai%2Fn8n-manager-mcp)<a href="https://mcptoplist.com/server/io.github.ellmos-ai%2Fn8n-manager-mcp"><img src="https://mcptoplist.com/badge/io.github.ellmos-ai%2Fn8n-manager-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
ellmos-ai
Other servers by ellmos-ai
- ellmos ControlCenter#11,117 · 1 ver
- open-compute (computer-use)#11,854 · 2 vers
- ellmos Homebase#13,790 · 1 ver
- Ellmos Clatcher MCP#14,109 · 1 ver
- ellmos Blender Use#14,328 · 1 ver
- ellmos ServerCommander#17,969 · 1 ver
- ellmos FileCommander#29,654 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.13 | Jul 24, 2026 |
Frequently asked questions
- Who maintains n8n Manager MCP?
- n8n Manager MCP is maintained by ellmos-ai, which publishes 12 MCP servers (9 total versions) tracked on MCP Toplist.
- Is n8n Manager MCP listed on the Official MCP Registry?
- Yes — n8n Manager MCP is listed on the Official MCP Registry.
- How many versions does n8n Manager MCP have?
- MCP Toplist tracks 1 version of n8n Manager MCP, most recently published on Jul 24, 2026.
- Where can I find the source code for n8n Manager MCP?
- The source code for n8n Manager MCP is hosted at github.com/ellmos-ai/n8n-manager-mcp.