Medplum
Rank #288com.medplum/mcp
Securely access and manage FHIR healthcare data stored in Medplum.
Medplum is a Model Context Protocol (MCP) server published by medplum. It ranks #288 of 115,591 servers tracked on MCP Toplist, and its repository has 2,638 GitHub stars. Medplum is listed across 3 registries — Official MCP, Glama and mcp.so, with 1 tracked version. It was first listed on Jul 12, 2025 and most recently updated on Jul 25, 2026.
Ranks ahead of 115,303 of 115,591 servers on MCP Toplist.
Use Medplum
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http medplum https://api.medplum.com/mcp/stream[mcp_servers.medplum]
url = "https://api.medplum.com/mcp/stream"Add to ~/.codex/config.toml.
https://api.medplum.com/mcp/streamSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"medplum": {
"url": "https://api.medplum.com/mcp/stream"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"medplum": {
"type": "http",
"url": "https://api.medplum.com/mcp/stream"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"medplum": {
"serverUrl": "https://api.medplum.com/mcp/stream"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"medplum": {
"url": "https://api.medplum.com/mcp/stream"
}
}
}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/com.medplum%2Fmcp)<a href="https://mcptoplist.com/server/com.medplum%2Fmcp"><img src="https://mcptoplist.com/badge/com.medplum%2Fmcp.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
medplum
Other servers by medplum
View all medplum servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jul 25, 2026 |
Frequently asked questions
- Who maintains Medplum?
- Medplum is maintained by medplum, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is Medplum listed on the Official MCP Registry?
- Yes — Medplum is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does Medplum have?
- MCP Toplist tracks 1 version of Medplum, most recently published on Jul 25, 2026.
- Where can I find the source code for Medplum?
- The source code for Medplum is hosted at github.com/medplum/medplum.