Odel
mychart mcp server

mychart mcp server

Local
@kriskraw80TypeScriptMITUpdated 1mo ago

Connects to Epic MyChart patient portals: interactive login, list and download your own test results

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).

npmmychart-mcp-serverv1.0.0

Run

npx -y mychart-mcp-server

MCP client config

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