mcpbeat

Mychart MCP Server

by kriskraw80
local only

Mychart runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 4 Aug 2026.

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

Installs / week
npm · mychart-mcp-server
0
Stars
0 open issues
4 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mychart -- npx -y mychart-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mychart": {
      "args": [
        "-y",
        "mychart-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mychart]
command = "npx"
args = ["-y", "mychart-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mychart": {
      "args": [
        "-y",
        "mychart-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mychart": {
      "args": [
        "-y",
        "mychart-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Mychart

same job, measured the same way
Cypress Cloud MCP
by cypress-mcp

Direct access to Cypress tests results and accessibility reports in your AI workflow.

answering
Perseus: MCP server and live context engine
by perseus-computing-llc

Live context MCP server: resolves git, services, and tests into agent context. Local-first, MIT.

local only
Index9
by index9-org

Discover, shortlist, compare, cost-model, and live-test 300+ AI models from your editor

111 installs/wk local only
Promptster
by promptster-dev

Test and compare prompts across any AI provider. Bring your own keys.

answering
Sap Adt MCP
by yzonur

Give Claude live access to SAP ABAP via ADT: read, search, check, test, and edit objects.

66 installs/wk local only
S
marginal
by marginal

Email A/B tests for AI agents: subject lines, managed sends, open/click tracking, and results.

answering
Keel
by seayniclabs

Network diagnostics — ping, traceroute, DNS, port scanning, and connectivity testing.

84 installs/wk local only
Indiana BMV
by pipeworx-io

Indiana BMV branches, kiosks, BMV Connect and motorcycle skills-test locations

32 tools answering

Mychart — questions

Answers built from our own checks of this server.

Why is there no uptime for Mychart?
Mychart runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mychart-mcp-server.
How do I connect Mychart?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mychart-mcp-server straight from npm; nothing to host, nothing to sign up for.
Is Mychart open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.