Careflow Mcp
@pratapsfdc22-dev
About Careflow Mcp
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
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
Frequently asked questions
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.
Basic information
More Productivity MCP servers
Todoist MCP Server
stanislavlysenko0912Full implementation of Todoist Rest API & support Todoist Sync API for MCP server
Google Calendar MCP Server
takumi0706Google Calendar MCP server for Claude Desktop integration
mcp-server-macos-use
mediar-aiAI agent that controls computer with OS-level tools, MCP compatible, works with any model
Sitespeak Claude Plugin
sitespeakaiManage your SiteSpeakAI chatbot from Claude Code - a plugin and MCP server for optimizing chatbots in plain English.
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
Comments