Installation & Configuration
{
"mcpServers": {
"n8n-local": {
"command": "node",
"args": [
"/path/to/your/cloned/n8n-mcp-server/build/index.js"
],
"env": {
"N8N_API_URL": "http://your-n8n-instance:5678/api/v1",
"N8N_API_KEY": "YOUR_N8N_API_KEY"
},
"disabled": false,
"autoApprove": []
}
}
}Information
Transport
stdio
Language
TypeScript
Created
2025/3/12
Updated
2025/7/31