N8N Manager MCP
Rank #25,876io.github.lukisch/n8n-manager-mcp
MCP server providing n8n-manager-mcp capabilities
N8N Manager MCP is a Model Context Protocol (MCP) server published by lukisch. It ranks #25,876 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. N8N Manager MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Feb 21, 2026 and most recently updated on Feb 23, 2026.
Ranks ahead of 89,715 of 115,591 servers on MCP Toplist.
Use N8N Manager MCP
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.lukisch%2Fn8n-manager-mcp)<a href="https://mcptoplist.com/server/io.github.lukisch%2Fn8n-manager-mcp"><img src="https://mcptoplist.com/badge/io.github.lukisch%2Fn8n-manager-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
lukisch
Other servers by lukisch
View all lukisch servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Feb 23, 2026 |
Frequently asked questions
- Who maintains N8N Manager MCP?
- N8N Manager MCP is maintained by lukisch, which publishes 3 MCP servers (8 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, alongside PulseMCP and Glama.
- How many versions does N8N Manager MCP have?
- MCP Toplist tracks 1 version of N8N Manager MCP, most recently published on Feb 23, 2026.
- Where can I find the source code for N8N Manager MCP?
- The source code for N8N Manager MCP is hosted at github.com/lukisch/n8n-manager-mcp.