Note: Make sure to restart Cline after adding the configuration.
1{2 "mcpServers": {3 "n8n": {4 "env": {5 "N8N_API_KEY": "YOUR_N8N_API_KEY",6 "N8N_API_URL": "http://your-n8n-instance:5678/api/v1"7 },8 "args": [9 "/path/to/your/cloned/n8n-mcp-server/build/index.js"10 ],11 "command": "node"12 }13 }14}
暂无评论. 成为第一个评论的人!
登录以参与讨论