FHIR MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 209 installs a week from pypi. Last commit 4 Sep 2026.
MCP server providing seamless access to FHIR APIs for AI tools and healthcare applications
We read the source, 19 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
result = subprocess.run(cmd, env=env, cwd=project_root)
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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.
claude mcp add fhir-mcp-server -- uvx fhir-mcp-server
{
"mcpServers": {
"fhir-mcp-server": {
"args": [
"fhir-mcp-server"
],
"command": "uvx"
}
}
}
[mcp_servers.fhir-mcp-server]
command = "uvx"
args = ["fhir-mcp-server"]
{
"mcpServers": {
"fhir-mcp-server": {
"args": [
"fhir-mcp-server"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"fhir-mcp-server": {
"args": [
"fhir-mcp-server"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
FHIR_SERVER_BASE_URL (Base URL of the FHIR Server (eg: https://hapi.fhir.org/baseR5)).
The author declared them in the registry entry; get the values from the project itself.
An MCP server that provides access to the Zoo API for various CAD operations and tools.
PayPal MCP server provides access to PayPal services and operations for AI assistants
MCP server providing access to the Flightradar24 API for real-time and historical flight data
Official MCP server for FastAlert, providing tools to list channels and send notifications.
MCP server providing 50+ tools for MITRE ATT&CK techniques, groups, and mitigations
MCP server for Incode IDV, providing identity verification tools for AI assistants.
MCP server providing access to 300+ AI models via OpenRouter
Healthcare Fhir MCP Server by MEOK AI Labs
Answers built from our own checks of this server.