Skip to main content
Glama
mattmaas

n8n-admin-mcp

by mattmaas

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

N8N_API_BASE_URL

yes

Base URL of your n8n instance

N8N_API_KEY

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues

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

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables full workflow automation management in n8n through 40+ tools covering workflows, executions, credentials, tags, variables, projects, users, and source control operations.
    52
    200
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    A 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.
    43
    1
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Provides 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.
    20
    40
    1
    MIT

Latest Blog Posts

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