n8n-workflow-auditor-mcp

ChrisRSE/n8n-workflow-auditor-mcp
★ 0 stars Python 🔒 Security Updated today
An MCP server that audits n8n workflows for security issues, credential hygiene, missing error handling, and deprecated nodes — with AI-assisted fix suggestions. Built for Claude Desktop and Claude Code.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "n8n-workflow-auditor": {
      "command": "uvx",
      "args": [
        "n8n-workflow-auditor-mcp"
      ]
    }
  }
}

Or install with pip: pip install n8n-workflow-auditor-mcp