Odel
molecare mcp

molecare mcp

Local
@molecare4TypeScriptApache-2.0Updated 1w ago

Educational dermatology knowledge and lesion tooling. No credentials needed. Not a medical device.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmolecare-mcpv1.0.2

Run

npx -y molecare-mcp

MCP client config

{
  "mcpServers": {
    "molecare-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "molecare-mcp"
      ]
    }
  }
}