Last EHR — Medplum
Rank #42,995io.github.cbetz/last-ehr
FHIR chart tools for MCP: read-only by default, with elicitation-gated, human-approved writes.
Last EHR — Medplum is a Model Context Protocol (MCP) server published by cbetz. It ranks #42,995 of 132,113 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Last EHR — Medplum is listed across 2 registries — Official MCP and PulseMCP, with 4 tracked versions. It was first listed on Jun 30, 2026 and most recently updated on Jul 27, 2026.
Ranks ahead of 89,118 of 132,113 servers on MCP Toplist.
Use Last EHR — Medplum
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add last-ehr -e "MEDPLUM_ACCESS_TOKEN=<your MEDPLUM_ACCESS_TOKEN>" -e "MEDPLUM_CLIENT_ID=<your MEDPLUM_CLIENT_ID>" -e "MEDPLUM_CLIENT_SECRET=<your MEDPLUM_CLIENT_SECRET>" -e "MEDPLUM_BASE_URL=<your MEDPLUM_BASE_URL>" -- npx -y @lastehr/mcpReplace each placeholder with your own value before saving.
[mcp_servers.last-ehr]
command = "npx"
args = ["-y", "@lastehr/mcp"]
[mcp_servers.last-ehr.env]
MEDPLUM_ACCESS_TOKEN = "<your MEDPLUM_ACCESS_TOKEN>"
MEDPLUM_CLIENT_ID = "<your MEDPLUM_CLIENT_ID>"
MEDPLUM_CLIENT_SECRET = "<your MEDPLUM_CLIENT_SECRET>"
MEDPLUM_BASE_URL = "<your MEDPLUM_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"last-ehr": {
"command": "npx",
"args": [
"-y",
"@lastehr/mcp"
],
"env": {
"MEDPLUM_ACCESS_TOKEN": "<your MEDPLUM_ACCESS_TOKEN>",
"MEDPLUM_CLIENT_ID": "<your MEDPLUM_CLIENT_ID>",
"MEDPLUM_CLIENT_SECRET": "<your MEDPLUM_CLIENT_SECRET>",
"MEDPLUM_BASE_URL": "<your MEDPLUM_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"last-ehr": {
"command": "npx",
"args": [
"-y",
"@lastehr/mcp"
],
"env": {
"MEDPLUM_ACCESS_TOKEN": "<your MEDPLUM_ACCESS_TOKEN>",
"MEDPLUM_CLIENT_ID": "<your MEDPLUM_CLIENT_ID>",
"MEDPLUM_CLIENT_SECRET": "<your MEDPLUM_CLIENT_SECRET>",
"MEDPLUM_BASE_URL": "<your MEDPLUM_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"last-ehr": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@lastehr/mcp"
],
"env": {
"MEDPLUM_ACCESS_TOKEN": "<your MEDPLUM_ACCESS_TOKEN>",
"MEDPLUM_CLIENT_ID": "<your MEDPLUM_CLIENT_ID>",
"MEDPLUM_CLIENT_SECRET": "<your MEDPLUM_CLIENT_SECRET>",
"MEDPLUM_BASE_URL": "<your MEDPLUM_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"last-ehr": {
"command": "npx",
"args": [
"-y",
"@lastehr/mcp"
],
"env": {
"MEDPLUM_ACCESS_TOKEN": "<your MEDPLUM_ACCESS_TOKEN>",
"MEDPLUM_CLIENT_ID": "<your MEDPLUM_CLIENT_ID>",
"MEDPLUM_CLIENT_SECRET": "<your MEDPLUM_CLIENT_SECRET>",
"MEDPLUM_BASE_URL": "<your MEDPLUM_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"last-ehr": {
"command": "npx",
"args": [
"-y",
"@lastehr/mcp"
],
"env": {
"MEDPLUM_ACCESS_TOKEN": "<your MEDPLUM_ACCESS_TOKEN>",
"MEDPLUM_CLIENT_ID": "<your MEDPLUM_CLIENT_ID>",
"MEDPLUM_CLIENT_SECRET": "<your MEDPLUM_CLIENT_SECRET>",
"MEDPLUM_BASE_URL": "<your MEDPLUM_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.cbetz%2Flast-ehr)<a href="https://mcptoplist.com/server/io.github.cbetz%2Flast-ehr"><img src="https://mcptoplist.com/badge/io.github.cbetz%2Flast-ehr.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
cbetz
Other servers by cbetz
View all cbetz servers →Available versions (4)
| Version | Published |
|---|---|
| 0.3.1 | Jul 27, 2026 |
| 0.2.1 | Jul 26, 2026 |
| 0.2.0 | Jul 19, 2026 |
| 0.1.1 | Jul 11, 2026 |
Frequently asked questions
- Who maintains Last EHR — Medplum?
- Last EHR — Medplum is maintained by cbetz, which publishes 2 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Last EHR — Medplum listed on the Official MCP Registry?
- Yes — Last EHR — Medplum is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Last EHR — Medplum have?
- MCP Toplist tracks 4 versions of Last EHR — Medplum, most recently published on Jul 27, 2026.
- Where can I find the source code for Last EHR — Medplum?
- The source code for Last EHR — Medplum is hosted at github.com/cbetz/last-ehr/tree/HEAD/packages/mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.