derm-mcp

sujitsilas/derm-mcp
★ 0 stars Unknown language AI/LLM Updated today
derm-mcp is a Model Context Protocol server for AI-assisted analysis of skin single-cell omics data, enabling agents to query cellular states, identify biomarkers, interpret pathways, and explore tissue-level interactions across dermatological datasets.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "derm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sujitsilas/derm-mcp"
      ]
    }
  }
}