Back to directory
souzix76/n8n-workflow-tester-safe

souzix76/n8n-workflow-tester-safe

@Souzix76

Safe MCP server + CLI for testing, inspecting, and operating n8n workflows with a constrained scope

n8nworkflowtestingmcpautomationclitypescript

Installation & Configuration

{
  "mcpServers": {
    "n8n-workflow-tester": {
      "type": "stdio",
      "command": "node",
      "args": [
        "/path/to/n8n-workflow-tester-safe/dist/index.js"
      ],
      "env": {
        "N8N_BASE_URL": "http://localhost:5678",
        "N8N_API_KEY": "your_api_key"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/11
Updated
2026/6/12