Careflow Mcp
@pratapsfdc22-dev
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
概要
What is Careflow Mcp?
Careflow Mcp is a production-ready MCP server that enables AI assistants like Claude to trigger HIPAA-compliant healthcare workflows through natural language, powered by n8n workflow automation. It is designed for healthcare teams needing automated patient task management.
How to use Careflow Mcp?
Install via npm (npm install -g careflow-mcp) or Smithery. Create a .env file with N8N_BASE_URL, N8N_API_KEY, and optionally N8N_WEBHOOK_SECRET. Add the server to your Claude Desktop configuration, then ask Claude to trigger workflows, list workflows, check execution status, or create patient tasks.
Key features of Careflow Mcp
- Trigger n8n workflows via webhook with custom payloads
- List all active workflows from your n8n instance
- Monitor workflow execution status in real-time
- Built‑in support for structured patient task creation
- Comprehensive HIPAA compliance documentation included
- Full TypeScript support with Zod validation
Use cases of Careflow Mcp
- Create a patient follow‑up task by describing it in natural language
- Trigger a customer onboarding workflow with user data
- List all active workflows in your n8n instance
- Check the execution status of a specific workflow run
FAQ from Careflow Mcp
What does Careflow Mcp do?
It lets AI assistants trigger, list, and monitor n8n workflows – especially healthcare patient task workflows – using natural language commands.
What are the runtime requirements?
Node.js >= 18.0.0 and a running n8n instance (cloud or self‑hosted) with an API key.
How do I configure Claude Desktop?
Add the server to claude_desktop_config.json with the command careflow-mcp (or path to dist/index.js) and environment variables for N8N_BASE_URL, N8N_API_KEY, and optionally N8N_WEBHOOK_SECRET.
Where does my data live?
All workflow executions and patient data remain within your own n8n instance; Careflow Mcp only passes requests to that instance via its API.
What authentication is supported?
The server uses an n8n API key (set in N8N_API_KEY) and supports an optional webhook secret for additional authenticity.