Home › Other › FHIR MCP Server
FHIR MCP Server
MCP server providing seamless access to FHIR APIs for AI tools and healthcare applications
Topics: Biology, Medicine and Bioinformatics
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (pypi 0.10.0)
uvx fhir-mcp-server
Or add to your MCP client config:
{
"mcpServers": {
"fhir-mcp-server": {
"command": "uvx",
"args": [
"fhir-mcp-server"
],
"env": {
"FHIR_SERVER_BASE_URL": "<YOUR_VALUE>"
}
}
}
}
FHIR_SERVER_BASE_URLrequired — Base URL of the FHIR Server (eg: https://hapi.fhir.org/baseR5)
Related servers
biomcp
Biomedical research MCP server providing access to PubMed, ClinicalTrials.gov, and MyVariant.info.
apple-health-mcp-server
An MCP server that provides access to exported data from Apple Health. Data analytics included.
HealthChain
Typed, validated FHIR tools for healthcare AI agents — build, read, validate, and code FHIR resources from a patient bundle, with…
medical-mcp
An MCP server that provides access to medical information, drug databases, and healthcare resources. Enables AI assistants to query…
fhir-mcp-server
MCP Server that connects AI agents to FHIR servers. One example use case is querying patient history in natural language.
google-health-mcp
Privacy-first unofficial Google Health API v4 MCP server for health, sleep, activity, HR agents
Listed in punkpeye/awesome-mcp-servers (MIT)
Listed in wong2/awesome-mcp-servers (MIT)
Data from the Official MCP Registry