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