n8n-admin-mcp
Provides tools for administering n8n workflows, including backup and rollback, replaying sample payloads, deriving tool schemas, patching node parameters, duplicating workflows, and workflow CRUD operations.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@n8n-admin-mcpBack up the 'Invoice Generator' workflow before making changes."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
n8n Admin MCP Server
An MCP server that exposes 17 tools for n8n workflow administration. It covers backup and rollback, replaying sample payloads, deriving tool schemas, patching node parameters, and workflow duplication.
Write-Safety
Every mutation requires a pre-duplication baseline. In a production environment, mutations also require confirm=true.
Related MCP server: n8n MCP Server
Requirements
Node.js 20+
A running n8n instance with API access
Environment Variables
Variable | Required | Description |
| yes | Base URL of your n8n instance |
| yes | n8n API key |
Use N8N_ADMIN_CONFIG_FILE to load settings from a local JSON file instead.
MCP Client Configuration
Add this server to your MCP client's config:
{
"mcpServers": {
"n8n-admin": {
"command": "node",
"args": ["<path>/n8n-admin-mcp/n8n-admin-mcp.mjs"],
"env": {
"N8N_API_BASE_URL": "http://localhost:5678",
"N8N_API_KEY": "your-api-key"
}
}
}
}Tools
17 tools cover backup, rollback, replaying sample payloads, deriving tool schemas, patching node parameters, workflow duplication, and workflow CRUD.
License
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Security scanner for n8n workflows: 18 rules, OWASP Agentic mapped. Free MCP, paid x402 API.
21Know when your n8n workflows, URLs, and AI apps break, before your customers do.
n8n MCP — query your own n8n instance (BYO).
Create, test, publish, and manage Dreamlit notification workflows from AI clients.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables orchestration and management of n8n workflows through tools for creating, updating, diagnosing failed executions, auto-fixing workflows, and installing community nodes.-
- AlicenseAqualityDmaintenanceEnables full workflow automation management in n8n through 40+ tools covering workflows, executions, credentials, tags, variables, projects, users, and source control operations.52200MIT
- AlicenseBqualityDmaintenanceA comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and double-validated workflow creation.431MIT
- AlicenseAqualityAmaintenanceProvides ops-focused n8n tools for MCP-compatible agents, enabling listing, inspecting, triggering, validating, managing tags, running security audits, and safely editing n8n workflows with auto-backup and confirm gates.20401MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mattmaas/n8n-admin-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server