mychart for Claude Desktop
io.github.kriskraw80/mychart
Connects to Epic MyChart patient portals: interactive login, list and download your own test results
client:Claude Desktop
transport:stdio
runtime:npm
Install mychart in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mychart": {
"command": "npx",
"args": [
"-y",
"mychart-mcp-server"
],
"env": {
"MYCHART_URL": "<MYCHART_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs