9 months ago
A collection of tools for working with FHIR data, designed to be used with Large Language Models via the Model Context Protocol.
Server Config
{
"mcpServers": {
"fhir-tools": {
"command": "npx",
"args": [
"-y",
"mcp-fhir-tools"
]
},
"au-fhir-tools": {
"command": "npx",
"args": [
"-y",
"mcp-au-fhir-tools"
]
},
"tx-tools": {
"command": "npx",
"args": [
"-y",
"mcp-tx-tools"
]
}
}
}