MCP Server
MCP
FHIR MCP Server
MCP server providing seamless access to FHIR APIs for AI tools and healthcare applications
Install
uvx fhir-mcp-server
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "fhir-mcp-server",
"version": "0.10.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the FHIR Server (eg: https://hapi.fhir.org/baseR5)",
"isRequired": true,
"name": "FHIR_SERVER_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment