Production-ready MCP server that enables Claude to trigger n8n workflows for healthcare automation. Features HIPAA compliance documentation, patient task management, and care coordination workflows
Server Config
{
"mcpServers": {
"careflow-mcp": {
"command": "node",
"args": [
"./dist/index.js"
],
"env": {
"N8N_BASE_URL": "https://your-n8n-instance.com",
"N8N_API_KEY": "your_n8n_api_key_here"
}
}
}
}