MCP Server
MCP
io.github.pcmedsinge/mcp-fhir
FHIR R4 read/search/validate MCP server — US Core/IPS profiles, SMART-on-FHIR auth (Epic/Cerner).
Install
uvx mcp-fhir
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-fhir",
"version": "1.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the FHIR R4 server (default: https://hapi.fhir.org/baseR4)",
"format": "string",
"name": "FHIR_BASE_URL"
},
{
"description": "Set to 'true' to enable SMART-on-FHIR OAuth 2.0 (Epic/Cerner)",
"format": "string",
"name": "SMART_ENABLED"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment