Careflow Mcp
@pratapsfdc22-dev
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
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"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"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「生産性」の他のコンテンツ
applescript-mcp MCP Server
joshrutkowskiA macOS AppleScript MCP server
Todoist MCP Server
abhiz123MCP server for Todoist integration enabling natural language task management with Claude

Time
modelcontextprotocolModel Context Protocol Servers
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
Google Calendar MCP Server
takumi0706Google Calendar MCP server for Claude Desktop integration
コメント