MCP Directory

Souzix76/n8n-workflow-tester-safe

GitHub
Developer Tools

Test, score, and inspect n8n workflows via MCP. Config-driven test suites with two-tier scoring, lightweight execution traces, and a built-in node catalog with 436+ nodes.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y n8n-workflow-tester-safe

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from Souzix76/n8n-workflow-tester-safe your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "n8n-workflow-tester-safe": {
      "command": "npx",
      "args": [
        "-y",
        "n8n-workflow-tester-safe"
      ]
    }
  }
}

Route Souzix76/n8n-workflow-tester-safe intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add n8n-workflow-tester-safe

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use Souzix76/n8n-workflow-tester-safe directly without routing

npx -y n8n-workflow-tester-safe

New to Agent-CoreX? View setup guide →

Souzix76/n8n-workflow-tester-safe MCP Server — Agent-CoreX