MCP server for n8n workflow management -- view, create, sync and manage workflows via AI.
MCPpedia last refreshed this data
io.github.ellmos-ai/n8n-manager-mcp is an MCP server that MCP server for n8n workflow management -- view, create, sync and manage workflows via AI. Its tool list has not been published yet over stdio, sse and http, requires no API key, and scores 89/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"n8n-manager": {
"args": [
"-y",
"n8n-manager-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Part of the ellmos-ai family and open-bricks umbrella.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'n8n-manager-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked n8n-manager-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.
Transport for TMCP using STDIO
The graph based agentic IDE
Buddhist canon tools: search, passages, cross-canon parallels, dictionaries — all URN-cited.
MCP Security Weekly
Get CVE alerts and security updates for io.github.ellmos-ai/n8n-manager-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Part of the ellmos-ai family and open-bricks umbrella.
[!NOTE] For AI Assistants & LLMs: An
llms.txtindex file is available in the root directory for fast context ingestion, tool catalog references, and directory listings.
MCP (Model Context Protocol) server for managing n8n workflows via AI assistants like Claude, Cursor, and Windsurf.
graph TD
A["AI Client (Claude / Cursor / Windsurf)"] -->|MCP Stdio Protocol| B["n8n Manager MCP Server"]
subgraph "n8n Manager MCP Server"
B --> C["Tool Router (19 Tools)"]
C --> D["Safety Layer (Read-Only / Backups / Audit)"]
C --> E["Multi-Server Manager"]
end
E -->|REST API (API Key / Basic Auth)| F["n8n Instance 1 (Local)"]
E -->|REST API (API Key / Basic Auth)| G["n8n Instance 2 (Cloud / Remote)"]
D --> H[("Local Store (~/.n8n-manager-mcp/)")]
n8n-manager-mcpellmos-ai/n8n-manager-mcpellmos-ai-n8n-managerserver.json and mcpName metadata for io.github.ellmos-ai/n8n-manager-mcp; some ecosystem directories still expose the legacy io.github.lukisch/n8n-manager-mcp name until their indexes refresh.n8n MCP server, n8n workflow management MCP, AI assistant n8n workflows, and ellmos-ai n8n-manager-mcp.Add to claude_desktop_config.json:
{
"mcpServers": {
"n8n-manager": {
"command": "npx",
"args": ["-y", "n8n-manager-mcp"]
}
}
}
claude mcp add --scope user n8n-manager npx -y n8n-manager-mcp
npm install -g n8n-manager-mcp
After installation, use these commands in your AI assistant:
Add your n8n server:
"Add my n8n server at http://localhost:5678 with API key abc123"
List workflows:
"Show me all workflows on my n8n serve