Fhir MCP Server
Rank #6,230io.github.wso2/fhir-mcp-server
MCP server providing fhir-server capabilities
Fhir MCP Server is a Model Context Protocol (MCP) server published by wso2. It ranks #6,230 of 115,460 servers tracked on MCP Toplist, and its repository has 134 GitHub stars. Fhir MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jun 18, 2025 and most recently updated on Mar 31, 2026.
Ranks ahead of 109,230 of 115,460 servers on MCP Toplist.
Use Fhir MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add fhir-mcp-server -e "FHIR_SERVER_BASE_URL=<your FHIR_SERVER_BASE_URL>" -- uvx fhir-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.fhir-mcp-server]
command = "uvx"
args = ["fhir-mcp-server"]
[mcp_servers.fhir-mcp-server.env]
FHIR_SERVER_BASE_URL = "<your FHIR_SERVER_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fhir-mcp-server": {
"command": "uvx",
"args": [
"fhir-mcp-server"
],
"env": {
"FHIR_SERVER_BASE_URL": "<your FHIR_SERVER_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fhir-mcp-server": {
"command": "uvx",
"args": [
"fhir-mcp-server"
],
"env": {
"FHIR_SERVER_BASE_URL": "<your FHIR_SERVER_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"fhir-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"fhir-mcp-server"
],
"env": {
"FHIR_SERVER_BASE_URL": "<your FHIR_SERVER_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fhir-mcp-server": {
"command": "uvx",
"args": [
"fhir-mcp-server"
],
"env": {
"FHIR_SERVER_BASE_URL": "<your FHIR_SERVER_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fhir-mcp-server": {
"command": "uvx",
"args": [
"fhir-mcp-server"
],
"env": {
"FHIR_SERVER_BASE_URL": "<your FHIR_SERVER_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.wso2%2Ffhir-mcp-server)<a href="https://mcptoplist.com/server/io.github.wso2%2Ffhir-mcp-server"><img src="https://mcptoplist.com/badge/io.github.wso2%2Ffhir-mcp-server.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
wso2
Other servers by wso2
View all wso2 servers →Available versions (2)
| Version | Published |
|---|---|
| 0.10.0 | Mar 31, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Fhir MCP Server?
- Fhir MCP Server is maintained by wso2, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Fhir MCP Server listed on the Official MCP Registry?
- Yes — Fhir MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Fhir MCP Server have?
- MCP Toplist tracks 2 versions of Fhir MCP Server, most recently published on Mar 31, 2026.
- Where can I find the source code for Fhir MCP Server?
- The source code for Fhir MCP Server is hosted at github.com/wso2/fhir-mcp-server.