mychart for Cursor
io.github.kriskraw80/mychart
Connects to Epic MyChart patient portals: interactive login, list and download your own test results
client:Cursor
transport:stdio
runtime:npm
Install mychart in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mychart": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mychart-mcp-server"
],
"env": {
"MYCHART_URL": "<MYCHART_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs