OpenClinicalAI

kswanjitsu/OpenClinicalAI
★ 0 stars TypeScript 🤖 AI/LLM Updated 2d ago
Open-source MCP servers for clinical decision support — calculators, drugs, evidence, terminologies. Local-first, PHI-aware, fail-loud.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "openclinicalai": {
      "command": "npx",
      "args": [
        "-y",
        "kswanjitsu/OpenClinicalAI"
      ]
    }
  }
}

README Excerpt

Open-source [MCP](https://modelcontextprotocol.io) servers exposing free, public clinical data sources to agent hosts (Claude Desktop, Claude Code, third-party agent frameworks). The goal: the open, auditable equivalent of closed clinical-AI products — every tool, every prompt, every data source, and every evaluation method visible and verifiable end-to-end.